MediaTrackList_Objc
@objc(THEOplayerMediaTrackList)
public protocol MediaTrackList_ObjcA MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks.
- 
                  
                  The number of media tracks in the list of media tracks. DeclarationSwift var count: Int { get }
- 
                  
                  Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks. DeclarationSwift @objc(get:) func get_Objc(_ index: Int) -> MediaTrack_ObjcParametersindexPosition of the returned MediaTrack. Return ValueThe MediaTrack at the index position. 
