Data Structures | |
class | TXTrackInfo |
Enumerations | |
enum | TX_VOD_MEDIA_TRACK_TYPE : NSInteger |
Track details.
class TXTrackInfo |
Instance Methods | |
(int) | - getTrackIndex |
(TX_VOD_MEDIA_TRACK_TYPE) | - getTrackType |
(NSString *) | - getTrackName |
(bool) | - isEqual: |
Properties | |
TX_VOD_MEDIA_TRACK_TYPE | trackType |
int | trackIndex |
NSString * | name |
bool | isSelected |
bool | isExclusive |
bool | isInternal |
- (int) getTrackIndex |
Get track index
- (NSString *) getTrackName |
Get the name of the track
- (TX_VOD_MEDIA_TRACK_TYPE) getTrackType |
Get track type
- (bool) isEqual: | (TXTrackInfo *) | trackInfo |
Are the tracks the same
trackInfo | the orbital objects to compare |
|
readwritenonatomicassign |
If true, only one track of this type can be selected at each moment, if false, multiple tracks of this type can be selected at the same time.
|
readwritenonatomicassign |
Whether the current track is an internal original track.
|
readwritenonatomicassign |
Whether the current track is selected
|
readwritenonatomiccopy |
Track name
|
readwritenonatomicassign |
Track index
|
readwritenonatomicassign |
track information (refer to 'TX_VOD_MEDIA_TRACK_TYPE' )
enum TX_VOD_MEDIA_TRACK_TYPE : NSInteger |