C# Class Steamworks.SteamMusic

Afficher le fichier Open project: rlabrecque/Steamworks.NET Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static BIsEnabled ( ) : bool
Résultat bool

BIsPlaying() public static méthode

public static BIsPlaying ( ) : bool
Résultat bool

GetPlaybackStatus() public static méthode

public static GetPlaybackStatus ( ) : AudioPlayback_Status
Résultat AudioPlayback_Status

GetVolume() public static méthode

public static GetVolume ( ) : float
Résultat float

Pause() public static méthode

public static Pause ( ) : void
Résultat void

Play() public static méthode

public static Play ( ) : void
Résultat void

PlayNext() public static méthode

public static PlayNext ( ) : void
Résultat void

PlayPrevious() public static méthode

public static PlayPrevious ( ) : void
Résultat void

SetVolume() public static méthode

volume is between 0.0 and 1.0

public static SetVolume ( float flVolume ) : void
flVolume float
Résultat void