C# Class Valve.Steamworks.ISteamMusic

Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method Description
BIsEnabled ( ) : bool
BIsPlaying ( ) : bool
GetIntPtr ( ) : IntPtr
GetPlaybackStatus ( ) : int
GetVolume ( ) : float
Pause ( ) : void
Play ( ) : void
PlayNext ( ) : void
PlayPrevious ( ) : void
SetVolume ( float flVolume ) : void

Method Details

BIsEnabled() public abstract method

public abstract BIsEnabled ( ) : bool
return bool

BIsPlaying() public abstract method

public abstract BIsPlaying ( ) : bool
return bool

GetIntPtr() public abstract method

public abstract GetIntPtr ( ) : IntPtr
return IntPtr

GetPlaybackStatus() public abstract method

public abstract GetPlaybackStatus ( ) : int
return int

GetVolume() public abstract method

public abstract GetVolume ( ) : float
return float

Pause() public abstract method

public abstract Pause ( ) : void
return void

Play() public abstract method

public abstract Play ( ) : void
return void

PlayNext() public abstract method

public abstract PlayNext ( ) : void
return void

PlayPrevious() public abstract method

public abstract PlayPrevious ( ) : void
return void

SetVolume() public abstract method

public abstract SetVolume ( float flVolume ) : void
flVolume float
return void