THEOplayerTrackControllerWeb constructor

THEOplayerTrackControllerWeb(
  1. THEOplayerJS _theoplayerJS
)

Implementation

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