Method | Description | |
---|---|---|
BActivationSuccess ( bool bValue ) : bool | ||
BIsCurrentMusicRemote ( ) : bool | ||
CurrentEntryDidChange ( ) : bool | ||
CurrentEntryIsAvailable ( bool bAvailable ) : bool | ||
CurrentEntryWillChange ( ) : bool |
Current Entry
|
|
DeregisterSteamMusicRemote ( ) : bool | ||
EnableLooped ( bool bValue ) : bool | ||
EnablePlayNext ( bool bValue ) : bool | ||
EnablePlayPrevious ( bool bValue ) : bool |
Abilities for the user interface
|
|
EnablePlaylists ( bool bValue ) : bool | ||
EnableQueue ( bool bValue ) : bool | ||
EnableShuffled ( bool bValue ) : bool | ||
PlaylistDidChange ( ) : bool | ||
PlaylistWillChange ( ) : bool |
Playlist
|
|
QueueDidChange ( ) : bool | ||
QueueWillChange ( ) : bool |
Queue
|
|
RegisterSteamMusicRemote ( string pchName ) : bool |
Service Definition
|
|
ResetPlaylistEntries ( ) : bool | ||
ResetQueueEntries ( ) : bool | ||
SetCurrentPlaylistEntry ( int nID ) : bool | ||
SetCurrentQueueEntry ( int nID ) : bool | ||
SetDisplayName ( string pchDisplayName ) : bool | ||
SetPNGIcon_64x64 ( byte pvBuffer, uint cbBufferLength ) : bool | ||
SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
UpdateCurrentEntryCoverArt ( byte pvBuffer, uint cbBufferLength ) : bool | ||
UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
UpdateCurrentEntryText ( string pchText ) : bool | ||
UpdateLooped ( bool bValue ) : bool | ||
UpdatePlaybackStatus ( AudioPlayback_Status nStatus ) : bool |
Status
|
|
UpdateShuffled ( bool bValue ) : bool | ||
UpdateVolume ( float flValue ) : bool |
volume is between 0.0 and 1.0
|
public static BActivationSuccess ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static BIsCurrentMusicRemote ( ) : bool | ||
return | bool |
public static CurrentEntryDidChange ( ) : bool | ||
return | bool |
public static CurrentEntryIsAvailable ( bool bAvailable ) : bool | ||
bAvailable | bool | |
return | bool |
public static CurrentEntryWillChange ( ) : bool | ||
return | bool |
public static DeregisterSteamMusicRemote ( ) : bool | ||
return | bool |
public static EnableLooped ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static EnablePlayNext ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static EnablePlayPrevious ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static EnablePlaylists ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static EnableQueue ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static EnableShuffled ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static RegisterSteamMusicRemote ( string pchName ) : bool | ||
pchName | string | |
return | bool |
public static ResetPlaylistEntries ( ) : bool | ||
return | bool |
public static SetCurrentPlaylistEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public static SetCurrentQueueEntry ( int nID ) : bool | ||
nID | int | |
return | bool |
public static SetDisplayName ( string pchDisplayName ) : bool | ||
pchDisplayName | string | |
return | bool |
public static SetPNGIcon_64x64 ( byte pvBuffer, uint cbBufferLength ) : bool | ||
pvBuffer | byte | |
cbBufferLength | uint | |
return | bool |
public static SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public static SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool | ||
nID | int | |
nPosition | int | |
pchEntryText | string | |
return | bool |
public static UpdateCurrentEntryCoverArt ( byte pvBuffer, uint cbBufferLength ) : bool | ||
pvBuffer | byte | |
cbBufferLength | uint | |
return | bool |
public static UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool | ||
nValue | int | |
return | bool |
public static UpdateCurrentEntryText ( string pchText ) : bool | ||
pchText | string | |
return | bool |
public static UpdateLooped ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static UpdatePlaybackStatus ( AudioPlayback_Status nStatus ) : bool | ||
nStatus | AudioPlayback_Status | |
return | bool |
public static UpdateShuffled ( bool bValue ) : bool | ||
bValue | bool | |
return | bool |
public static UpdateVolume ( float flValue ) : bool | ||
flValue | float | |
return | bool |