C# Class Steamworks.SteamMusicRemote

Afficher le fichier Open project: rlabrecque/Steamworks.NET

Méthodes publiques

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

Method Details

BActivationSuccess() public static méthode

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

BIsCurrentMusicRemote() public static méthode

public static BIsCurrentMusicRemote ( ) : bool
Résultat bool

CurrentEntryDidChange() public static méthode

public static CurrentEntryDidChange ( ) : bool
Résultat bool

CurrentEntryIsAvailable() public static méthode

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

CurrentEntryWillChange() public static méthode

Current Entry

public static CurrentEntryWillChange ( ) : bool
Résultat bool

DeregisterSteamMusicRemote() public static méthode

public static DeregisterSteamMusicRemote ( ) : bool
Résultat bool

EnableLooped() public static méthode

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

EnablePlayNext() public static méthode

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

EnablePlayPrevious() public static méthode

Abilities for the user interface

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

EnablePlaylists() public static méthode

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

EnableQueue() public static méthode

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

EnableShuffled() public static méthode

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

PlaylistDidChange() public static méthode

public static PlaylistDidChange ( ) : bool
Résultat bool

PlaylistWillChange() public static méthode

Playlist

public static PlaylistWillChange ( ) : bool
Résultat bool

QueueDidChange() public static méthode

public static QueueDidChange ( ) : bool
Résultat bool

QueueWillChange() public static méthode

Queue

public static QueueWillChange ( ) : bool
Résultat bool

RegisterSteamMusicRemote() public static méthode

Service Definition

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

ResetPlaylistEntries() public static méthode

public static ResetPlaylistEntries ( ) : bool
Résultat bool

ResetQueueEntries() public static méthode

public static ResetQueueEntries ( ) : bool
Résultat bool

SetCurrentPlaylistEntry() public static méthode

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

SetCurrentQueueEntry() public static méthode

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

SetDisplayName() public static méthode

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

SetPNGIcon_64x64() public static méthode

public static SetPNGIcon_64x64 ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
Résultat bool

SetPlaylistEntry() public static méthode

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

SetQueueEntry() public static méthode

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

UpdateCurrentEntryCoverArt() public static méthode

public static UpdateCurrentEntryCoverArt ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
Résultat bool

UpdateCurrentEntryElapsedSeconds() public static méthode

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

UpdateCurrentEntryText() public static méthode

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

UpdateLooped() public static méthode

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

UpdatePlaybackStatus() public static méthode

Status

public static UpdatePlaybackStatus ( AudioPlayback_Status nStatus ) : bool
nStatus AudioPlayback_Status
Résultat bool

UpdateShuffled() public static méthode

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

UpdateVolume() public static méthode

volume is between 0.0 and 1.0

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