OpenTV Player SDK For iOS  version 2.30.0
NMPTrackInfo Class Reference

NMPTrackInfo represents description information for video/audio/subtitle track. More...

#import <NMPTrackInfo.h>

Inheritance diagram for NMPTrackInfo:

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...
 

Detailed Description

NMPTrackInfo represents description information for video/audio/subtitle track.

Definition at line 52 of file NMPTrackInfo.h.

Method Documentation

◆ initWithAsset:()

- (NMPTrackInfo*) initWithAsset: (NMPTrackInfo *)  trackInfo

Copy Constructor of NMPTrackInfo.

Property Documentation

◆ language

- (NSString*) language
readatomicassign

Get the language information.

Definition at line 63 of file NMPTrackInfo.h.

◆ type

- (TNMPTrackType) type
readatomicassign

Get the type defined by TNMPTrackType.

Definition at line 58 of file NMPTrackInfo.h.