C# Class Steamworks.SteamMusic

ファイルを表示 Open project: rlabrecque/Steamworks.NET Class Usage Examples

Public Methods

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

volume is between 0.0 and 1.0

Method Details

BIsEnabled() public static method

public static BIsEnabled ( ) : bool
return bool

BIsPlaying() public static method

public static BIsPlaying ( ) : bool
return bool

GetPlaybackStatus() public static method

public static GetPlaybackStatus ( ) : AudioPlayback_Status
return AudioPlayback_Status

GetVolume() public static method

public static GetVolume ( ) : float
return float

Pause() public static method

public static Pause ( ) : void
return void

Play() public static method

public static Play ( ) : void
return void

PlayNext() public static method

public static PlayNext ( ) : void
return void

PlayPrevious() public static method

public static PlayPrevious ( ) : void
return void

SetVolume() public static method

volume is between 0.0 and 1.0

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