I'm investigating the use of AVAssetResourceLoaderDelegate as a solution for modifying an encoded audio packet before it is passed on to the AVPlayer.
For clarification, by modify, I mean to decode a specific mp4 frame from a proprietary format to one supported natively by iOS. Then pass the decoded frame to the audio system for appropriate handing. I have found some un-official blog articles explaining how to use AVAssetResourceLoaderDelegate, but very little official info. So far I've found this to be the most helpful, but I'm still having issues getting my code to work correctly. http://blog.jaredsinclair.com/post/149892449150/implementing-avassetresourceloaderdelegate-a This is helpful, but still not as good as I'd like to find. https://stackoverflow.com/questions/15005474/does-anyone-know-how-to-implement-the-avassetresourceloaderdelegate-methods-corr ************ REQUESTING INFO************* Does anyone on this list have advice, experience, and/or sample code that could help me understand this delegate?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com This email sent to [email protected]
