C# Class Valve.Steamworks.CSteamMusicRemote

Inheritance: ISteamMusicRemote
Show file Open project: kronosaur/Transcendence

Public Methods

Method Description
BActivationSuccess ( bool bValue ) : bool
BIsCurrentMusicRemote ( ) : bool
CSteamMusicRemote ( IntPtr SteamMusicRemote )
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

Private Methods

Method Description
CheckIfUsable ( ) : void

Method Details

BActivationSuccess() public method

public BActivationSuccess ( bool bValue ) : bool
bValue bool
return bool

BIsCurrentMusicRemote() public method

public BIsCurrentMusicRemote ( ) : bool
return bool

CSteamMusicRemote() public method

public CSteamMusicRemote ( IntPtr SteamMusicRemote )
SteamMusicRemote System.IntPtr

CurrentEntryDidChange() public method

public CurrentEntryDidChange ( ) : bool
return bool

CurrentEntryIsAvailable() public method

public CurrentEntryIsAvailable ( bool bAvailable ) : bool
bAvailable bool
return bool

CurrentEntryWillChange() public method

public CurrentEntryWillChange ( ) : bool
return bool

DeregisterSteamMusicRemote() public method

public DeregisterSteamMusicRemote ( ) : bool
return bool

EnableLooped() public method

public EnableLooped ( bool bValue ) : bool
bValue bool
return bool

EnablePlayNext() public method

public EnablePlayNext ( bool bValue ) : bool
bValue bool
return bool

EnablePlayPrevious() public method

public EnablePlayPrevious ( bool bValue ) : bool
bValue bool
return bool

EnablePlaylists() public method

public EnablePlaylists ( bool bValue ) : bool
bValue bool
return bool

EnableQueue() public method

public EnableQueue ( bool bValue ) : bool
bValue bool
return bool

EnableShuffled() public method

public EnableShuffled ( bool bValue ) : bool
bValue bool
return bool

GetIntPtr() public method

public GetIntPtr ( ) : IntPtr
return System.IntPtr

PlaylistDidChange() public method

public PlaylistDidChange ( ) : bool
return bool

PlaylistWillChange() public method

public PlaylistWillChange ( ) : bool
return bool

QueueDidChange() public method

public QueueDidChange ( ) : bool
return bool

QueueWillChange() public method

public QueueWillChange ( ) : bool
return bool

RegisterSteamMusicRemote() public method

public RegisterSteamMusicRemote ( string pchName ) : bool
pchName string
return bool

ResetPlaylistEntries() public method

public ResetPlaylistEntries ( ) : bool
return bool

ResetQueueEntries() public method

public ResetQueueEntries ( ) : bool
return bool

SetCurrentPlaylistEntry() public method

public SetCurrentPlaylistEntry ( int nID ) : bool
nID int
return bool

SetCurrentQueueEntry() public method

public SetCurrentQueueEntry ( int nID ) : bool
nID int
return bool

SetDisplayName() public method

public SetDisplayName ( string pchDisplayName ) : bool
pchDisplayName string
return bool

SetPNGIcon_64x64() public method

public SetPNGIcon_64x64 ( IntPtr pvBuffer, uint cbBufferLength ) : bool
pvBuffer System.IntPtr
cbBufferLength uint
return bool

SetPlaylistEntry() public method

public SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
return bool

SetQueueEntry() public method

public SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
return bool

UpdateCurrentEntryCoverArt() public method

public UpdateCurrentEntryCoverArt ( IntPtr pvBuffer, uint cbBufferLength ) : bool
pvBuffer System.IntPtr
cbBufferLength uint
return bool

UpdateCurrentEntryElapsedSeconds() public method

public UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
return bool

UpdateCurrentEntryText() public method

public UpdateCurrentEntryText ( string pchText ) : bool
pchText string
return bool

UpdateLooped() public method

public UpdateLooped ( bool bValue ) : bool
bValue bool
return bool

UpdatePlaybackStatus() public method

public UpdatePlaybackStatus ( int nStatus ) : bool
nStatus int
return bool

UpdateShuffled() public method

public UpdateShuffled ( bool bValue ) : bool
bValue bool
return bool

UpdateVolume() public method

public UpdateVolume ( float flValue ) : bool
flValue float
return bool