I am new in AVFoundation, from the Apple document, it is not very clean that what each AVFoundation MediaType means
some media type is quite obviously for instance:
AVMediaTypeVideo which check if device could capture video.
AVMediaTypeAudio which check if device could capture audio.
But for some media type, I am not follow that what it means. For example: AVMediaTypeText In the document, it is said that "Specifies text". If someone understand what AV device could capture text?
Actually I am not quite follow for following media type too. AVMediaTypeClosedCaption Specifies closed-caption content.
AVMediaTypeSubtitle Specifies subtitles.
AVMediaTypeTimecode Specifies a time code.
AVMediaTypeTimedMetadata Specifies timed metadata.
AVMediaTypeMetadata Specifies metadata.
AVMediaTypeMuxed Specifies muxed media.