C# Class Valve.Steamworks.ISteamMusicRemote

Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode 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 méthode

public abstract BActivationSuccess ( bool bValue ) : bool
bValue bool
Résultat bool

BIsCurrentMusicRemote() public abstract méthode

public abstract BIsCurrentMusicRemote ( ) : bool
Résultat bool

CurrentEntryDidChange() public abstract méthode

public abstract CurrentEntryDidChange ( ) : bool
Résultat bool

CurrentEntryIsAvailable() public abstract méthode

public abstract CurrentEntryIsAvailable ( bool bAvailable ) : bool
bAvailable bool
Résultat bool

CurrentEntryWillChange() public abstract méthode

public abstract CurrentEntryWillChange ( ) : bool
Résultat bool

DeregisterSteamMusicRemote() public abstract méthode

public abstract DeregisterSteamMusicRemote ( ) : bool
Résultat bool

EnableLooped() public abstract méthode

public abstract EnableLooped ( bool bValue ) : bool
bValue bool
Résultat bool

EnablePlayNext() public abstract méthode

public abstract EnablePlayNext ( bool bValue ) : bool
bValue bool
Résultat bool

EnablePlayPrevious() public abstract méthode

public abstract EnablePlayPrevious ( bool bValue ) : bool
bValue bool
Résultat bool

EnablePlaylists() public abstract méthode

public abstract EnablePlaylists ( bool bValue ) : bool
bValue bool
Résultat bool

EnableQueue() public abstract méthode

public abstract EnableQueue ( bool bValue ) : bool
bValue bool
Résultat bool

EnableShuffled() public abstract méthode

public abstract EnableShuffled ( bool bValue ) : bool
bValue bool
Résultat bool

GetIntPtr() public abstract méthode

public abstract GetIntPtr ( ) : IntPtr
Résultat IntPtr

PlaylistDidChange() public abstract méthode

public abstract PlaylistDidChange ( ) : bool
Résultat bool

PlaylistWillChange() public abstract méthode

public abstract PlaylistWillChange ( ) : bool
Résultat bool

QueueDidChange() public abstract méthode

public abstract QueueDidChange ( ) : bool
Résultat bool

QueueWillChange() public abstract méthode

public abstract QueueWillChange ( ) : bool
Résultat bool

RegisterSteamMusicRemote() public abstract méthode

public abstract RegisterSteamMusicRemote ( string pchName ) : bool
pchName string
Résultat bool

ResetPlaylistEntries() public abstract méthode

public abstract ResetPlaylistEntries ( ) : bool
Résultat bool

ResetQueueEntries() public abstract méthode

public abstract ResetQueueEntries ( ) : bool
Résultat bool

SetCurrentPlaylistEntry() public abstract méthode

public abstract SetCurrentPlaylistEntry ( int nID ) : bool
nID int
Résultat bool

SetCurrentQueueEntry() public abstract méthode

public abstract SetCurrentQueueEntry ( int nID ) : bool
nID int
Résultat bool

SetDisplayName() public abstract méthode

public abstract SetDisplayName ( string pchDisplayName ) : bool
pchDisplayName string
Résultat bool

SetPNGIcon_64x64() public abstract méthode

public abstract SetPNGIcon_64x64 ( IntPtr pvBuffer, uint cbBufferLength ) : bool
pvBuffer IntPtr
cbBufferLength uint
Résultat bool

SetPlaylistEntry() public abstract méthode

public abstract SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
Résultat bool

SetQueueEntry() public abstract méthode

public abstract SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
Résultat bool

UpdateCurrentEntryCoverArt() public abstract méthode

public abstract UpdateCurrentEntryCoverArt ( IntPtr pvBuffer, uint cbBufferLength ) : bool
pvBuffer IntPtr
cbBufferLength uint
Résultat bool

UpdateCurrentEntryElapsedSeconds() public abstract méthode

public abstract UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
Résultat bool

UpdateCurrentEntryText() public abstract méthode

public abstract UpdateCurrentEntryText ( string pchText ) : bool
pchText string
Résultat bool

UpdateLooped() public abstract méthode

public abstract UpdateLooped ( bool bValue ) : bool
bValue bool
Résultat bool

UpdatePlaybackStatus() public abstract méthode

public abstract UpdatePlaybackStatus ( int nStatus ) : bool
nStatus int
Résultat bool

UpdateShuffled() public abstract méthode

public abstract UpdateShuffled ( bool bValue ) : bool
bValue bool
Résultat bool

UpdateVolume() public abstract méthode

public abstract UpdateVolume ( float flValue ) : bool
flValue float
Résultat bool