C# 클래스 Valve.Steamworks.ISteamMusicRemote

파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
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