Use-case
- Existing C++ code working with stdio files ( FILE* )
- To be integrated into an iPhone Objective-C app
- Should be used to read media files from the Asset Library
Is it possible to get the NSFileHandle/Descriptor for an AVAsset object such that it'll be readable using stdio 'fread'/'read' ?
Any help will be appreciated.