Track API
- 
                  
                  A track object. See moreRemark - Either a TextTrack or a MediaTrack.
- A specific track type (e.g. TextTrack) will always be used.
 DeclarationSwift public protocol Track : EventDispatcherProtocol
- 
                  
                  A VideoTrack object is an element that represents a single video track that can be played by the player. DeclarationSwift public protocol VideoTrack : MediaTrack
- 
                  
                  An AudioTrack object is an element that represents a single audio track that can be played by the player. See moreDeclarationSwift public protocol AudioTrack : MediaTrack
- 
                  
                  Describes the kind of the text track. See moreDeclarationSwift @objc(THEOplayerTextTrackKind) public enum TextTrackKind : Intextension TextTrackKind: Codable
- 
                  
                  Describes the format of the text track. See moreDeclarationSwift @objc(THEOplayerTextTrackFormat) public enum TextTrackFormat : Intextension TextTrackFormat: Codable
 Track API  Reference
      Track API  Reference