C# Class Valve.Steamworks.CSteamMusicRemote

Inheritance: ISteamMusicRemote
Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

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

Méthode Description
CheckIfUsable ( ) : void

Method Details

BActivationSuccess() public méthode

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

BIsCurrentMusicRemote() public méthode

public BIsCurrentMusicRemote ( ) : bool
Résultat bool

CSteamMusicRemote() public méthode

public CSteamMusicRemote ( IntPtr SteamMusicRemote )
SteamMusicRemote System.IntPtr

CurrentEntryDidChange() public méthode

public CurrentEntryDidChange ( ) : bool
Résultat bool

CurrentEntryIsAvailable() public méthode

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

CurrentEntryWillChange() public méthode

public CurrentEntryWillChange ( ) : bool
Résultat bool

DeregisterSteamMusicRemote() public méthode

public DeregisterSteamMusicRemote ( ) : bool
Résultat bool

EnableLooped() public méthode

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

EnablePlayNext() public méthode

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

EnablePlayPrevious() public méthode

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

EnablePlaylists() public méthode

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

EnableQueue() public méthode

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

EnableShuffled() public méthode

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

GetIntPtr() public méthode

public GetIntPtr ( ) : IntPtr
Résultat System.IntPtr

PlaylistDidChange() public méthode

public PlaylistDidChange ( ) : bool
Résultat bool

PlaylistWillChange() public méthode

public PlaylistWillChange ( ) : bool
Résultat bool

QueueDidChange() public méthode

public QueueDidChange ( ) : bool
Résultat bool

QueueWillChange() public méthode

public QueueWillChange ( ) : bool
Résultat bool

RegisterSteamMusicRemote() public méthode

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

ResetPlaylistEntries() public méthode

public ResetPlaylistEntries ( ) : bool
Résultat bool

ResetQueueEntries() public méthode

public ResetQueueEntries ( ) : bool
Résultat bool

SetCurrentPlaylistEntry() public méthode

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

SetCurrentQueueEntry() public méthode

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

SetDisplayName() public méthode

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

SetPNGIcon_64x64() public méthode

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

SetPlaylistEntry() public méthode

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

SetQueueEntry() public méthode

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

UpdateCurrentEntryCoverArt() public méthode

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

UpdateCurrentEntryElapsedSeconds() public méthode

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

UpdateCurrentEntryText() public méthode

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

UpdateLooped() public méthode

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

UpdatePlaybackStatus() public méthode

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

UpdateShuffled() public méthode

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

UpdateVolume() public méthode

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