C# Class Valve.Steamworks.ISteamMusicRemote

Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

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

Method Details

BActivationSuccess() public abstract method

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

BIsCurrentMusicRemote() public abstract method

public abstract BIsCurrentMusicRemote ( ) : bool
return bool

CurrentEntryDidChange() public abstract method

public abstract CurrentEntryDidChange ( ) : bool
return bool

CurrentEntryIsAvailable() public abstract method

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

CurrentEntryWillChange() public abstract method

public abstract CurrentEntryWillChange ( ) : bool
return bool

DeregisterSteamMusicRemote() public abstract method

public abstract DeregisterSteamMusicRemote ( ) : bool
return bool

EnableLooped() public abstract method

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

EnablePlayNext() public abstract method

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

EnablePlayPrevious() public abstract method

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

EnablePlaylists() public abstract method

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

EnableQueue() public abstract method

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

EnableShuffled() public abstract method

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

GetIntPtr() public abstract method

public abstract GetIntPtr ( ) : IntPtr
return IntPtr

PlaylistDidChange() public abstract method

public abstract PlaylistDidChange ( ) : bool
return bool

PlaylistWillChange() public abstract method

public abstract PlaylistWillChange ( ) : bool
return bool

QueueDidChange() public abstract method

public abstract QueueDidChange ( ) : bool
return bool

QueueWillChange() public abstract method

public abstract QueueWillChange ( ) : bool
return bool

RegisterSteamMusicRemote() public abstract method

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

ResetPlaylistEntries() public abstract method

public abstract ResetPlaylistEntries ( ) : bool
return bool

ResetQueueEntries() public abstract method

public abstract ResetQueueEntries ( ) : bool
return bool

SetCurrentPlaylistEntry() public abstract method

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

SetCurrentQueueEntry() public abstract method

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

SetDisplayName() public abstract method

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

SetPNGIcon_64x64() public abstract method

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

SetPlaylistEntry() public abstract method

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

SetQueueEntry() public abstract method

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

UpdateCurrentEntryCoverArt() public abstract method

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

UpdateCurrentEntryElapsedSeconds() public abstract method

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

UpdateCurrentEntryText() public abstract method

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

UpdateLooped() public abstract method

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

UpdatePlaybackStatus() public abstract method

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

UpdateShuffled() public abstract method

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

UpdateVolume() public abstract method

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