Encapsulates important information of an AVMediaSelectionOption instance.
More...
#import <OOAudioTrackProtocol.h>
|
NSString * | name |
| Meaningful name for the audio track, retrieved from the video asset. More...
|
|
NSString * | title |
| Meaningful title for the audio track, created in implemenation of file. By default, is equal to the language. More...
|
|
NSString * | languageCode |
| Laguage code of audio track, retrived from AVMediaSelectionOption (mediaSelectionOption) More...
|
|
AVMediaSelectionOption * | mediaSelectionOption |
| Media selection option from AVMediaSelectionGroup. More...
|
|
Encapsulates important information of an AVMediaSelectionOption instance.
You don't need to instantiate this class yourself. The player will pass you instances of OOAudioTrackProtocol when you want to know information about an audio track of a video.
- (NSString* OOAudioTrackProtocol) languageCode |
|
readnonatomicassign |
Laguage code of audio track, retrived from AVMediaSelectionOption (mediaSelectionOption)
- (AVMediaSelectionOption* OOAudioTrackProtocol) mediaSelectionOption |
|
readnonatomicassign |
Media selection option from AVMediaSelectionGroup.
- (NSString* OOAudioTrackProtocol) name |
|
readnonatomicassign |
Meaningful name for the audio track, retrieved from the video asset.
- (NSString* OOAudioTrackProtocol) title |
|
readnonatomicassign |
Meaningful title for the audio track, created in implemenation of file. By default, is equal to the language.
The documentation for this protocol was generated from the following file: