Inherits AddonCallback, and IPlayerCallback.
|
| | getAvailableAudioStreams () |
| | Function: getAvailableAudioStreams()
Get Audio stream names
|
| |
| | getAvailableSubtitleStreams () |
| | Function: getAvailableSubtitleStreams()
Get Subtitle stream names.
|
| |
| | getAvailableVideoStreams () |
| | Function: getAvailableVideoStreams()
Get Video stream names
|
| |
| | getGameInfoTag () |
| | Function: getGameInfoTag()
To get game info tag.
|
| |
| | getMusicInfoTag () |
| | Function: getMusicInfoTag()
To get music info tag.
|
| |
| | getPlayingFile () |
| | Function: getPlayingFile()
Returns the current playing file as a string.
|
| |
| | getPlayingItem () |
| | Function: getPlayingItem()
Returns the current playing item.
|
| |
| | getRadioRDSInfoTag () |
| | Function: getRadioRDSInfoTag()
To get Radio RDS info tag
|
| |
| | getSubtitles () |
| | Function: getSubtitles()
Get subtitle stream name.
|
| |
| | getTime () |
| | Function: getTime()
Get playing time.
|
| |
| | getTotalTime () |
| | Function: getTotalTime()
To get total playing time.
|
| |
| | getVideoInfoTag () |
| | Function: getVideoInfoTag()
To get video info tag.
|
| |
| | isExternalPlayer () |
| | Function: isExternalPlayer()
Check for external player.
|
| |
| | isPlaying () |
| | Function: isPlaying()
Check Kodi is playing something.
|
| |
| | isPlayingAudio () |
| | Function: isPlayingAudio()
Check for playing audio.
|
| |
| | isPlayingGame () |
| | Function: isPlayingGame()
Check for playing game.
|
| |
| | isPlayingRDS () |
| | Function: isPlayingRDS()
Check for playing radio data system (RDS).
|
| |
| | isPlayingVideo () |
| | Function: isPlayingVideo()
Check for playing video.
|
| |
| | onAVChange () |
| | Function: onAVChange()
onAVChange method.
|
| |
| | onAVStarted () |
| | Function: onAVStarted()
onAVStarted method.
|
| |
| | onPlayBackEnded () |
| | Function: onPlayBackEnded()
onPlayBackEnded method.
|
| |
| | onPlayBackError () |
| | Function: onPlayBackError()
onPlayBackError method.
|
| |
| | onPlayBackPaused () |
| | Function: onPlayBackPaused()
onPlayBackPaused method.
|
| |
| | onPlayBackResumed () |
| | Function: onPlayBackResumed()
onPlayBackResumed method.
|
| |
| | onPlayBackSeek (...) |
| | Function: onPlayBackSeek(time, seekOffset)
onPlayBackSeek method.
|
| |
| | onPlayBackSeekChapter (...) |
| | Function: onPlayBackSeekChapter(chapter)
onPlayBackSeekChapter method.
|
| |
| | onPlayBackSpeedChanged (int speed) |
| | Function: onPlayBackSpeedChanged(speed)
onPlayBackSpeedChanged method.
|
| |
| | onPlayBackStarted () |
| | Function: onPlayBackStarted()
onPlayBackStarted method.
|
| |
| | onPlayBackStopped () |
| | Function: onPlayBackStopped()
onPlayBackStopped method.
|
| |
| | onQueueNextItem () |
| | Function: onQueueNextItem()
onQueueNextItem method.
|
| |
| | pause () |
| | Function: pause()
Pause or resume playing if already paused.
|
| |
| | play (...) |
| | Function: play([item, listitem, windowed, startpos])
Play an item.
|
| |
| | playnext () |
| | Function: playnext()
Play next item in playlist.
|
| |
| | playprevious () |
| | Function: playprevious()
Play previous item in playlist.
|
| |
| | playselected (...) |
| | Function: playselected(selected)
Play a certain item from the current playlist.
|
| |
| | seekTime (...) |
| | Function: seekTime(seekTime)
Seek time.
|
| |
| | setAudioStream (...) |
| | Function: setAudioStream(stream)
Set Audio Stream.
|
| |
| | setSubtitles (...) |
| | Function: setSubtitles(subtitleFile)
Set subtitle file and enable subtitles.
|
| |
| | setSubtitleStream (...) |
| | Function: setSubtitleStream(stream)
Set Subtitle Stream.
|
| |
| | setVideoStream (...) |
| | Function: setVideoStream(stream)
Set Video Stream.
|
| |
| | showSubtitles (...) |
| | Function: showSubtitles(visible)
Enable / disable subtitles.
|
| |
| | stop () |
| | Function: stop()
Stop playing.
|
| |
| | updateInfoTag () |
| | Function: updateInfoTag(item)
Update info labels for currently playing item.
|
| |