enigma2  2.6
Classes | Namespaces | Functions | Variables
MediaPlayer.py File Reference

Classes

class  Components.MediaPlayer.PlayList
 

Namespaces

 Components.MediaPlayer
 

Functions

def Components.MediaPlayer.PlaylistEntryComponent (serviceref, state)
 

Variables

int Components.MediaPlayer.STATE_PLAY = 0
 
int Components.MediaPlayer.STATE_PAUSE = 1
 
int Components.MediaPlayer.STATE_STOP = 2
 
int Components.MediaPlayer.STATE_REWIND = 3
 
int Components.MediaPlayer.STATE_FORWARD = 4
 
int Components.MediaPlayer.STATE_NONE = 5
 
 Components.MediaPlayer.PlayIcon = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/ico_mp_play.png"))
 
 Components.MediaPlayer.PauseIcon = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/ico_mp_pause.png"))
 
 Components.MediaPlayer.StopIcon = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/ico_mp_stop.png"))
 
 Components.MediaPlayer.RewindIcon = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/ico_mp_rewind.png"))
 
 Components.MediaPlayer.ForwardIcon = LoadPixmap(path=resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/ico_mp_forward.png"))