THEOplayerTrackControllerWeb constructor
THEOplayerTrackControllerWeb(
- THEOplayerJS _theoplayerJS
Implementation
THEOplayerTrackControllerWeb(this._theoplayerJS) {
_textTracksImpl = TextTrackListImplWeb(_theoplayerJS.textTracks);
_audioTracksImpl = AudioTrackListImplWeb(_theoplayerJS.audioTracks);
_videoTracksImpl = VideoTrackListImplWeb(_theoplayerJS.videoTracks);
}