Track List API
- 
                  
                  A MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks. See moreDeclarationSwift public protocol MediaTrackList : EventDispatcherProtocol
- 
                  
                  A VideoTrackList lists all available VideoTrack objects that the player can play. See moreDeclarationSwift public protocol VideoTrackList : MediaTrackList
- 
                  
                  An AudioTrackList lists all available AudioTrack objects that the player can play. See moreDeclarationSwift public protocol AudioTrackList : MediaTrackList
- 
                  
                  A TextTrackList lists all available TextTrack objects that the player can display. See moreDeclarationSwift public protocol TextTrackList : EventDispatcherProtocol
 Track List API  Reference
      Track List API  Reference