SDBPlayer: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (versions, description)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{AutomationObjectsList}}
== CoClass SDBPlayer ==
== CoClass SDBPlayer ==


Object for controlling of player and Now Playing list.
Object for controlling of player and Now Playing list. Can be accessed through [[ISDBApplication::Player|SDB.Player]] property.


=== ISDBPlayer members ===
=== ISDBPlayer members ===
    
    
{{MethodsList  
{{MethodsList  
|[[ISDBPlayer::CurrentPlaylist|CurrentPlaylist]] |Property Get |
|[[ISDBPlayer::CurrentPlaylist|CurrentPlaylist]] |Property Get | Alias to CurrentSongList
|[[ISDBPlayer::CurrentSong|CurrentSong]] |Property Get |   
|[[ISDBPlayer::CurrentSong|CurrentSong]] |Property Get |   
|[[ISDBPlayer::CurrentSongIndex|CurrentSongIndex]] |Property Get/Let |   
|[[ISDBPlayer::CurrentSongIndex|CurrentSongIndex]] |Property Get/Let |   
Line 13: Line 14:
|[[ISDBPlayer::isAutoDJ|isAutoDJ]] |Property Get/Let |   
|[[ISDBPlayer::isAutoDJ|isAutoDJ]] |Property Get/Let |   
|[[ISDBPlayer::isCrossfade|isCrossfade]] |Property Get/Let |   
|[[ISDBPlayer::isCrossfade|isCrossfade]] |Property Get/Let |   
|[[ISDBPlayer::isEqualizer|isEqualizer]] |Property Get/Let | From 3.1.0
|[[ISDBPlayer::isPaused|isPaused]] |Property Get |   
|[[ISDBPlayer::isPaused|isPaused]] |Property Get |   
|[[ISDBPlayer::isPlaying|isPlaying]] |Property Get |   
|[[ISDBPlayer::isPlaying|isPlaying]] |Property Get |   
|[[ISDBPlayer::isRepeat|isRepeat]] |Property Get/Let |   
|[[ISDBPlayer::isRepeat|isRepeat]] |Property Get/Let |   
|[[ISDBPlayer::isShuffle|isShuffle]] |Property Get/Let |   
|[[ISDBPlayer::isShuffle|isShuffle]] |Property Get/Let |   
|[[ISDBPlayer::isStartingPlayback|isStartingPlayback]] |Property Get | 
|[[ISDBPlayer::LoadEqualizerPreset|LoadEqualizerPreset]] |Method | From 3.1.0
|[[ISDBPlayer::Next|Next]] |Method |   
|[[ISDBPlayer::Next|Next]] |Method |   
|[[ISDBPlayer::Panning|Panning]] |Property Get/Let |   
|[[ISDBPlayer::Panning|Panning]] |Property Get/Let |   
Line 24: Line 28:
|[[ISDBPlayer::PlaylistAddTrack|PlaylistAddTrack]] |Method |   
|[[ISDBPlayer::PlaylistAddTrack|PlaylistAddTrack]] |Method |   
|[[ISDBPlayer::PlaylistAddTracks|PlaylistAddTracks]] |Method |   
|[[ISDBPlayer::PlaylistAddTracks|PlaylistAddTracks]] |Method |   
|[[ISDBPlayer::PlaylistInsertTrack|PlaylistInsertTrack]] |Method | From 4.0
|[[ISDBPlayer::PlaylistInsertTracks|PlaylistInsertTracks]] |Method | From 4.0
|[[ISDBPlayer::PlaylistClear|PlaylistClear]] |Method |   
|[[ISDBPlayer::PlaylistClear|PlaylistClear]] |Method |   
|[[ISDBPlayer::PlaylistCount|PlaylistCount]] |Property Get |   
|[[ISDBPlayer::PlaylistCount|PlaylistCount]] |Property Get |   
|[[ISDBPlayer::PlaylistDelete|PlaylistDelete]] |Method |   
|[[ISDBPlayer::PlaylistDelete|PlaylistDelete]] |Method |   
|[[ISDBPlayer::PlaylistFocused|PlaylistFocused]] |Property Get/Let | From 3.1.0
|[[ISDBPlayer::PlaylistItems|PlaylistItems]] |Property Get |   
|[[ISDBPlayer::PlaylistItems|PlaylistItems]] |Property Get |   
|[[ISDBPlayer::PlaylistMoveTrack|PlaylistMoveTrack]] |Method |   
|[[ISDBPlayer::PlaylistMoveTrack|PlaylistMoveTrack]] |Method |   
|[[ISDBPlayer::PlaylistSelected|PlaylistSelected]] |Property Get/Let | From 3.1.0
|[[ISDBPlayer::Previous|Previous]] |Method |   
|[[ISDBPlayer::Previous|Previous]] |Method |   
|[[ISDBPlayer::Stop|Stop]] |Method |   
|[[ISDBPlayer::Stop|Stop]] |Method |   
|[[ISDBPlayer::StopAfterCurrent|StopAfterCurrent]] |Property Get/Let | From 3.1.2 
|[[ISDBPlayer::Volume|Volume]] |Property Get/Let |   
|[[ISDBPlayer::Volume|Volume]] |Property Get/Let |   
}}
}}


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]
[[Category:Automation objects|{{PAGENAME}}]]
[[Category:Automation objects|{{PAGENAME}}]]
[[Category:CoClass SDBPlayer|{{PAGENAME}}]]
[[Category:CoClass SDBPlayer|{{PAGENAME}}]]

Latest revision as of 13:24, 24 April 2013

CoClass SDBPlayer

Object for controlling of player and Now Playing list. Can be accessed through SDB.Player property.

ISDBPlayer members

Name Type Description
CurrentPlaylist Property Get Alias to CurrentSongList
CurrentSong Property Get
CurrentSongIndex Property Get/Let
CurrentSongLength Property Get
CurrentSongList Property Get
isAutoDJ Property Get/Let
isCrossfade Property Get/Let
isEqualizer Property Get/Let From 3.1.0
isPaused Property Get
isPlaying Property Get
isRepeat Property Get/Let
isShuffle Property Get/Let
isStartingPlayback Property Get
LoadEqualizerPreset Method From 3.1.0
Next Method
Panning Property Get/Let
Pause Method
Play Method
PlaybackTime Property Get/Let
PlaylistAddTrack Method
PlaylistAddTracks Method
PlaylistInsertTrack Method From 4.0
PlaylistInsertTracks Method From 4.0
PlaylistClear Method
PlaylistCount Property Get
PlaylistDelete Method
PlaylistFocused Property Get/Let From 3.1.0
PlaylistItems Property Get
PlaylistMoveTrack Method
PlaylistSelected Property Get/Let From 3.1.0
Previous Method
Stop Method
StopAfterCurrent Property Get/Let From 3.1.2
Volume Property Get/Let