- Source:
Methods
-
<static> CreateAudioPlayerView()
-
Play Audio
- Source:
Returns:
- Type
- void
-
<static> CreateVideoPlayerView()
-
Play Video
Returns:
- Type
- void
-
<static> availSubtitleTrackIdx(tracknameToFind)
-
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 Returns:
- Type
- integer
-
<static> onPlaybackInfoLoaded()
-
The playback info task has returned data
Returns:
- Type
- void
-
<static> onSelectPlaybackInfoPressed()
-
User requested playback info
Returns:
- Type
- void
-
<static> onSelectSubtitlePressed()
-
User requested subtitle selection popup
Returns:
- Type
- void
-
<static> onSelectionMade()
-
User has selected something from the radioDialog popup
Returns:
- Type
- void
-
<static> onStateChange()
-
Playback state change event handlers
Returns:
- Type
- void
-
<static> processSubtitleSelection()
-
Returns:
- Type
- void