- Source:
Methods
(static) CreateAudioPlayerView() → {void}
Play Audio
- Source:
(static) CreateVideoPlayerView() → {void}
Play Video
(static) availSubtitleTrackIdx(tracknameToFind) → {integer}
Roku translates the info provided in subtitleTracks into availableSubtitleTracks Including ignoring tracks, if they are not understood, thus making indexing unpredictable. This function translates between our internel selected subtitle index and the corresponding index in availableSubtitleTracks.
Parameters:
Name | Type | Description |
---|---|---|
tracknameToFind |
string |
(static) onPlaybackInfoLoaded() → {void}
The playback info task has returned data
(static) onSelectPlaybackInfoPressed() → {void}
User requested playback info
(static) onSelectSubtitlePressed() → {void}
User requested subtitle selection popup
(static) onSelectionMade() → {void}
User has selected something from the radioDialog popup
(static) onStateChange() → {void}
Playback state change event handlers