C# Class Steamworks.SteamMusicRemote

Exibir arquivo Open project: rlabrecque/Steamworks.NET

Public Methods

Method 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 method

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

BIsCurrentMusicRemote() public static method

public static BIsCurrentMusicRemote ( ) : bool
return bool

CurrentEntryDidChange() public static method

public static CurrentEntryDidChange ( ) : bool
return bool

CurrentEntryIsAvailable() public static method

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

CurrentEntryWillChange() public static method

Current Entry

public static CurrentEntryWillChange ( ) : bool
return bool

DeregisterSteamMusicRemote() public static method

public static DeregisterSteamMusicRemote ( ) : bool
return bool

EnableLooped() public static method

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

EnablePlayNext() public static method

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

EnablePlayPrevious() public static method

Abilities for the user interface

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

EnablePlaylists() public static method

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

EnableQueue() public static method

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

EnableShuffled() public static method

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

PlaylistDidChange() public static method

public static PlaylistDidChange ( ) : bool
return bool

PlaylistWillChange() public static method

Playlist

public static PlaylistWillChange ( ) : bool
return bool

QueueDidChange() public static method

public static QueueDidChange ( ) : bool
return bool

QueueWillChange() public static method

Queue

public static QueueWillChange ( ) : bool
return bool

RegisterSteamMusicRemote() public static method

Service Definition

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

ResetPlaylistEntries() public static method

public static ResetPlaylistEntries ( ) : bool
return bool

ResetQueueEntries() public static method

public static ResetQueueEntries ( ) : bool
return bool

SetCurrentPlaylistEntry() public static method

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

SetCurrentQueueEntry() public static method

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

SetDisplayName() public static method

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

SetPNGIcon_64x64() public static method

public static SetPNGIcon_64x64 ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
return bool

SetPlaylistEntry() public static method

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

SetQueueEntry() public static method

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

UpdateCurrentEntryCoverArt() public static method

public static UpdateCurrentEntryCoverArt ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
return bool

UpdateCurrentEntryElapsedSeconds() public static method

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

UpdateCurrentEntryText() public static method

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

UpdateLooped() public static method

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

UpdatePlaybackStatus() public static method

Status

public static UpdatePlaybackStatus ( AudioPlayback_Status nStatus ) : bool
nStatus AudioPlayback_Status
return bool

UpdateShuffled() public static method

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

UpdateVolume() public static method

volume is between 0.0 and 1.0

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