Method | Description | |
---|---|---|
BActivationSuccess ( bool bValue ) : bool | ||
BIsCurrentMusicRemote ( ) : bool | ||
CSteamMusicRemote ( |
||
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 ( ) : |
||
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 ( |
||
SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
UpdateCurrentEntryCoverArt ( |
||
UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
UpdateCurrentEntryText ( string pchText ) : bool | ||
UpdateLooped ( bool bValue ) : bool | ||
UpdatePlaybackStatus ( int nStatus ) : bool | ||
UpdateShuffled ( bool bValue ) : bool | ||
UpdateVolume ( float flValue ) : bool |
Method | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public BActivationSuccess ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public CSteamMusicRemote ( |
||
SteamMusicRemote |
public CurrentEntryIsAvailable ( bool bAvailable ) : bool | ||
bAvailable | bool | |
return | bool |
public EnablePlayPrevious ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public EnablePlaylists ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public RegisterSteamMusicRemote ( string pchName ) : bool | ||
pchName | string | |
return | bool |
public SetCurrentPlaylistEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public SetCurrentQueueEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public SetDisplayName ( string pchDisplayName ) : bool | ||
pchDisplayName | string | |
return | bool |
public SetPNGIcon_64x64 ( |
||
pvBuffer | ||
cbBufferLength | uint | |
return | bool |
public SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public UpdateCurrentEntryCoverArt ( |
||
pvBuffer | ||
cbBufferLength | uint | |
return | bool |
public UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
nValue | int | |
return | bool |
public UpdateCurrentEntryText ( string pchText ) : bool | ||
pchText | string | |
return | bool |
public UpdatePlaybackStatus ( int nStatus ) : bool | ||
nStatus | int | |
return | bool |