11#import <Foundation/Foundation.h>
38typedef enum : NSUInteger{
@ NMP_TRACK_TYPE_TIMEDTEXT
An Timedtext (subtitle) track type.
@ NMP_TRACK_TYPE_UNKNOWN
An unknown track type.
@ NMP_TRACK_TYPE_AUDIO
An Audio track type.
@ NMP_TRACK_TYPE_VIDEO
An Video track type.
NMPTrackInfo represents description information for video/audio/subtitle track.
NSString * language
Get the language information.
TNMPTrackType type
Get the type defined by TNMPTrackType.
INMPTrackChangedListener provides notification for the client application when track information for ...
void onTrackChanged()
Notifiy the app track information on a specific stream changed.