Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits AddonCallback, and IPlayerCallback.

Public Member Functions

 getAvailableAudioStreams ()
 

Function: getAvailableAudioStreams()


Get Audio stream names More...
 
 getAvailableSubtitleStreams ()
 

Function: getAvailableSubtitleStreams()


Get Subtitle stream names. More...
 
 getAvailableVideoStreams ()
 

Function: getAvailableVideoStreams()


Get Video stream names More...
 
 getMusicInfoTag ()
 

Function: getMusicInfoTag()


To get music info tag. More...
 
 getPlayingFile ()
 

Function: getPlayingFile()


Returns the current playing file as a string. More...
 
 getPlayingItem ()
 

Function: getPlayingItem()


Returns the current playing item. More...
 
 getRadioRDSInfoTag ()
 

Function: getRadioRDSInfoTag()


To get Radio RDS info tag More...
 
 getSubtitles ()
 

Function: getSubtitles()


Get subtitle stream name. More...
 
 getTime ()
 

Function: getTime()


Get playing time. More...
 
 getTotalTime ()
 

Function: getTotalTime()


To get total playing time. More...
 
 getVideoInfoTag ()
 

Function: getVideoInfoTag()


To get video info tag. More...
 
 isExternalPlayer ()
 

Function: isExternalPlayer()


Check for external player. More...
 
 isPlaying ()
 

Function: isPlaying()


Check Kodi is playing something. More...
 
 isPlayingAudio ()
 

Function: isPlayingAudio()


Check for playing audio. More...
 
 isPlayingRDS ()
 

Function: isPlayingRDS()


Check for playing radio data system (RDS). More...
 
 isPlayingVideo ()
 

Function: isPlayingVideo()


Check for playing video. More...
 
 onAVChange ()
 

Function: onAVChange()


onAVChange method. More...
 
 onAVStarted ()
 

Function: onAVStarted()


onAVStarted method. More...
 
 onPlayBackEnded ()
 

Function: onPlayBackEnded()


onPlayBackEnded method. More...
 
 onPlayBackError ()
 

Function: onPlayBackError()


onPlayBackError method. More...
 
 onPlayBackPaused ()
 

Function: onPlayBackPaused()


onPlayBackPaused method. More...
 
 onPlayBackResumed ()
 

Function: onPlayBackResumed()


onPlayBackResumed method. More...
 
 onPlayBackSeek (...)
 

Function: onPlayBackSeek(time, seekOffset)


onPlayBackSeek method. More...
 
 onPlayBackSeekChapter (...)
 

Function: onPlayBackSeekChapter(chapter)


onPlayBackSeekChapter method. More...
 
 onPlayBackSpeedChanged (int speed)
 

Function: onPlayBackSpeedChanged(speed)


onPlayBackSpeedChanged method. More...
 
 onPlayBackStarted ()
 

Function: onPlayBackStarted()


onPlayBackStarted method. More...
 
 onPlayBackStopped ()
 

Function: onPlayBackStopped()


onPlayBackStopped method. More...
 
 onQueueNextItem ()
 

Function: onQueueNextItem()


onQueueNextItem method. More...
 
 pause ()
 

Function: pause()


Pause or resume playing if already paused. More...
 
 play (...)
 

Function: play([item, listitem, windowed, startpos])


Play an item. More...
 
 playnext ()
 

Function: playnext()


Play next item in playlist. More...
 
 playprevious ()
 

Function: playprevious()


Play previous item in playlist. More...
 
 playselected (...)
 

Function: playselected(selected)


Play a certain item from the current playlist. More...
 
 seekTime (...)
 

Function: seekTime(seekTime)


Seek time. More...
 
 setAudioStream (...)
 

Function: setAudioStream(stream)


Set Audio Stream. More...
 
 setSubtitles (...)
 

Function: setSubtitles(subtitleFile)


Set subtitle file and enable subtitles. More...
 
 setSubtitleStream (...)
 

Function: setSubtitleStream(stream)


Set Subtitle Stream. More...
 
 setVideoStream (...)
 

Function: setVideoStream(stream)


Set Video Stream. More...
 
 showSubtitles (...)
 

Function: showSubtitles(visible)


Enable / disable subtitles. More...
 
 stop ()
 

Function: stop()


Stop playing. More...
 
 updateInfoTag ()
 

Function: updateInfoTag(item)


Update info labels for currently playing item. More...
 

The documentation for this class was generated from the following file: