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 moreDeclaration
Swift
public protocol MediaTrackList : EventDispatcherProtocol
-
A VideoTrackList lists all available VideoTrack objects that the player can play.
See moreDeclaration
Swift
public protocol VideoTrackList : MediaTrackList
-
An AudioTrackList lists all available AudioTrack objects that the player can play.
See moreDeclaration
Swift
public protocol AudioTrackList : MediaTrackList
-
A TextTrackList lists all available TextTrack objects that the player can display.
See moreDeclaration
Swift
public protocol TextTrackList : EventDispatcherProtocol