C# Класс Steamworks.SteamMusicRemote

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BActivationSuccess() публичный статический Метод

public static BActivationSuccess ( bool bValue ) : bool
bValue bool
Результат bool

BIsCurrentMusicRemote() публичный статический Метод

public static BIsCurrentMusicRemote ( ) : bool
Результат bool

CurrentEntryDidChange() публичный статический Метод

public static CurrentEntryDidChange ( ) : bool
Результат bool

CurrentEntryIsAvailable() публичный статический Метод

public static CurrentEntryIsAvailable ( bool bAvailable ) : bool
bAvailable bool
Результат bool

CurrentEntryWillChange() публичный статический Метод

Current Entry

public static CurrentEntryWillChange ( ) : bool
Результат bool

DeregisterSteamMusicRemote() публичный статический Метод

public static DeregisterSteamMusicRemote ( ) : bool
Результат bool

EnableLooped() публичный статический Метод

public static EnableLooped ( bool bValue ) : bool
bValue bool
Результат bool

EnablePlayNext() публичный статический Метод

public static EnablePlayNext ( bool bValue ) : bool
bValue bool
Результат bool

EnablePlayPrevious() публичный статический Метод

Abilities for the user interface

public static EnablePlayPrevious ( bool bValue ) : bool
bValue bool
Результат bool

EnablePlaylists() публичный статический Метод

public static EnablePlaylists ( bool bValue ) : bool
bValue bool
Результат bool

EnableQueue() публичный статический Метод

public static EnableQueue ( bool bValue ) : bool
bValue bool
Результат bool

EnableShuffled() публичный статический Метод

public static EnableShuffled ( bool bValue ) : bool
bValue bool
Результат bool

PlaylistDidChange() публичный статический Метод

public static PlaylistDidChange ( ) : bool
Результат bool

PlaylistWillChange() публичный статический Метод

Playlist

public static PlaylistWillChange ( ) : bool
Результат bool

QueueDidChange() публичный статический Метод

public static QueueDidChange ( ) : bool
Результат bool

QueueWillChange() публичный статический Метод

Queue

public static QueueWillChange ( ) : bool
Результат bool

RegisterSteamMusicRemote() публичный статический Метод

Service Definition

public static RegisterSteamMusicRemote ( string pchName ) : bool
pchName string
Результат bool

ResetPlaylistEntries() публичный статический Метод

public static ResetPlaylistEntries ( ) : bool
Результат bool

ResetQueueEntries() публичный статический Метод

public static ResetQueueEntries ( ) : bool
Результат bool

SetCurrentPlaylistEntry() публичный статический Метод

public static SetCurrentPlaylistEntry ( int nID ) : bool
nID int
Результат bool

SetCurrentQueueEntry() публичный статический Метод

public static SetCurrentQueueEntry ( int nID ) : bool
nID int
Результат bool

SetDisplayName() публичный статический Метод

public static SetDisplayName ( string pchDisplayName ) : bool
pchDisplayName string
Результат bool

SetPNGIcon_64x64() публичный статический Метод

public static SetPNGIcon_64x64 ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
Результат bool

SetPlaylistEntry() публичный статический Метод

public static SetPlaylistEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
Результат bool

SetQueueEntry() публичный статический Метод

public static SetQueueEntry ( int nID, int nPosition, string pchEntryText ) : bool
nID int
nPosition int
pchEntryText string
Результат bool

UpdateCurrentEntryCoverArt() публичный статический Метод

public static UpdateCurrentEntryCoverArt ( byte pvBuffer, uint cbBufferLength ) : bool
pvBuffer byte
cbBufferLength uint
Результат bool

UpdateCurrentEntryElapsedSeconds() публичный статический Метод

public static UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
Результат bool

UpdateCurrentEntryText() публичный статический Метод

public static UpdateCurrentEntryText ( string pchText ) : bool
pchText string
Результат bool

UpdateLooped() публичный статический Метод

public static UpdateLooped ( bool bValue ) : bool
bValue bool
Результат bool

UpdatePlaybackStatus() публичный статический Метод

Status

public static UpdatePlaybackStatus ( AudioPlayback_Status nStatus ) : bool
nStatus AudioPlayback_Status
Результат bool

UpdateShuffled() публичный статический Метод

public static UpdateShuffled ( bool bValue ) : bool
bValue bool
Результат bool

UpdateVolume() публичный статический Метод

volume is between 0.0 and 1.0

public static UpdateVolume ( float flValue ) : bool
flValue float
Результат bool