
81 | P a g e
_playspeed(int)[state: (int)]
Description: Set the playback speed to Value, which represents a percentage (from 25-400) of normal
speed.
Example:
_play(void)[state: (bool)]
Description: Play the current playlist item (if the player is not already playing).
Example:
_play_toggle(void)
Description: Toggle playback state (playing or stopped).
Example:
_stop(void)[state: (bool)]
Description: Stop playback.
Example:
_back(void)
Description: Select the previous item in the playlist, moving the playhead to its ‘in point’ (does not wrap
around past first item).
Example:
Comentarios a estos manuales