I need to get a video or image out of the Asset Library and convert it to a System.IO.Stream so that some cross platform code (that deals with System.IO.Stream) can send it to a web service.
Has anyone figured out how to do this? From my research it looks like this sort of conversion sequence... asseturl -> ALAsset -> NSStream -> System.IO.Stream I want to make sure I can do that with no data copies on the way... Cheers, Felix _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
