Method | Description | |
---|---|---|
BActivationSuccess ( bool bValue ) : bool | ||
BIsCurrentMusicRemote ( ) : bool | ||
CurrentEntryDidChange ( ) : bool | ||
CurrentEntryIsAvailable ( bool bAvailable ) : bool | ||
CurrentEntryWillChange ( ) : bool | ||
DeregisterSteamMusicRemote ( ) : bool | ||
EnableLooped ( bool bValue ) : bool | ||
EnablePlayNext ( bool bValue ) : bool | ||
EnablePlayPrevious ( bool bValue ) : bool | ||
EnablePlaylists ( bool bValue ) : bool | ||
EnableQueue ( bool bValue ) : bool | ||
EnableShuffled ( bool bValue ) : bool | ||
GetIntPtr ( ) : IntPtr | ||
PlaylistDidChange ( ) : bool | ||
PlaylistWillChange ( ) : bool | ||
QueueDidChange ( ) : bool | ||
QueueWillChange ( ) : bool | ||
RegisterSteamMusicRemote ( string pchName ) : bool | ||
ResetPlaylistEntries ( ) : bool | ||
ResetQueueEntries ( ) : bool | ||
SetCurrentPlaylistEntry ( int nID ) : bool | ||
SetCurrentQueueEntry ( int nID ) : bool | ||
SetDisplayName ( string pchDisplayName ) : bool | ||
SetPNGIcon_64x64 ( IntPtr pvBuffer, uint cbBufferLength ) : bool | ||
SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
UpdateCurrentEntryCoverArt ( IntPtr pvBuffer, uint cbBufferLength ) : bool | ||
UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
UpdateCurrentEntryText ( string pchText ) : bool | ||
UpdateLooped ( bool bValue ) : bool | ||
UpdatePlaybackStatus ( int nStatus ) : bool | ||
UpdateShuffled ( bool bValue ) : bool | ||
UpdateVolume ( float flValue ) : bool |
public abstract BActivationSuccess ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract BIsCurrentMusicRemote ( ) : bool | ||
return | bool |
public abstract CurrentEntryDidChange ( ) : bool | ||
return | bool |
public abstract CurrentEntryIsAvailable ( bool bAvailable ) : bool | ||
bAvailable | bool | |
return | bool |
public abstract CurrentEntryWillChange ( ) : bool | ||
return | bool |
public abstract DeregisterSteamMusicRemote ( ) : bool | ||
return | bool |
public abstract EnableLooped ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract EnablePlayNext ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract EnablePlayPrevious ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract EnablePlaylists ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract EnableQueue ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract EnableShuffled ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract PlaylistWillChange ( ) : bool | ||
return | bool |
public abstract RegisterSteamMusicRemote ( string pchName ) : bool | ||
pchName | string | |
return | bool |
public abstract ResetPlaylistEntries ( ) : bool | ||
return | bool |
public abstract SetCurrentPlaylistEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public abstract SetCurrentQueueEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public abstract SetDisplayName ( string pchDisplayName ) : bool | ||
pchDisplayName | string | |
return | bool |
public abstract SetPNGIcon_64x64 ( IntPtr pvBuffer, uint cbBufferLength ) : bool | ||
pvBuffer | IntPtr | |
cbBufferLength | uint | |
return | bool |
public abstract SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public abstract SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public abstract UpdateCurrentEntryCoverArt ( IntPtr pvBuffer, uint cbBufferLength ) : bool | ||
pvBuffer | IntPtr | |
cbBufferLength | uint | |
return | bool |
public abstract UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
nValue | int | |
return | bool |
public abstract UpdateCurrentEntryText ( string pchText ) : bool | ||
pchText | string | |
return | bool |
public abstract UpdateLooped ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract UpdatePlaybackStatus ( int nStatus ) : bool | ||
nStatus | int | |
return | bool |
public abstract UpdateShuffled ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public abstract UpdateVolume ( float flValue ) : bool | ||
flValue | float | |
return | bool |