OpenTV Player SDK For iOS
version 2.30.0
|
NMPTrackInfo represents description information for video/audio/subtitle track. More...
#import <NMPTrackInfo.h>
Instance Methods | |
(NMPTrackInfo *) | - initWithAsset: |
Copy Constructor of NMPTrackInfo. More... | |
Properties | |
TNMPTrackType | type |
Get the type defined by TNMPTrackType. More... | |
NSString * | language |
Get the language information. More... | |
NMPTrackInfo represents description information for video/audio/subtitle track.
Definition at line 52 of file NMPTrackInfo.h.
- (NMPTrackInfo*) initWithAsset: | (NMPTrackInfo *) | trackInfo |
Copy Constructor of NMPTrackInfo.
|
readatomicassign |
Get the language information.
Definition at line 63 of file NMPTrackInfo.h.
|
readatomicassign |
Get the type defined by TNMPTrackType.
Definition at line 58 of file NMPTrackInfo.h.