C# Класс Valve.Steamworks.ISteamMusicRemote

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public abstract GetIntPtr ( ) : IntPtr
Результат IntPtr

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public abstract UpdatePlaybackStatus ( int nStatus ) : bool
nStatus int
Результат bool

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

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

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

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