Parameter Name | Type | Description |
trackIndex | int | Track index. |
trackType | int | track type. Valid values: TXTrackInfo#TX_VOD_MEDIA_TRACK_TYPE_VIDEO: Video track. TXTrackInfo#TX_VOD_MEDIA_TRACK_TYPE_AUDIO: Audio track. TXTrackInfo#TX_VOD_MEDIA_TRACK_TYPE_SUBTITLE: Subtitle track. |
name | String | Track name. |
isSelected | boolean | Whether the current track is selected. |
isExclusive | boolean | If it is true, only one track of this type can be selected at any given moment. If it is false, multiple tracks of this type can be selected simultaneously. |
isInternal | boolean | Whether the current track is an internal primitive track. |
public int getTrackIndex()
public int getTrackType()
public int getName()
Feedback