MKMediaFile class documentation
MKMediaFile : NSObjectOverview
Class encapsulating a media file. Currently a fairly minimal implementation which is only capable of accessing a single stream from a file. Still to do is a mechanism for accessing multiple streams in a file and for decoding video.
Default
- - (BOOL) selectAnyVideoStream
Selects a video stream for playback. Returns YES if a video stream is found.
- - (BOOL) selectAnyAudioStream
Selects any audio stream for playback. Returns YES if an audio stream is found.
- - (int) requiredBufferSize
Returns the size of the output buffer required for decoding a frame in the current stream.
