C# Class Valve.Steamworks.CSteamMusic

Inheritance: ISteamMusic
Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode Description
BIsEnabled ( ) : bool
BIsPlaying ( ) : bool
CSteamMusic ( IntPtr SteamMusic )
GetIntPtr ( ) : IntPtr
GetPlaybackStatus ( ) : int
GetVolume ( ) : float
Pause ( ) : void
Play ( ) : void
PlayNext ( ) : void
PlayPrevious ( ) : void
SetVolume ( float flVolume ) : void

Private Methods

Méthode Description
CheckIfUsable ( ) : void

Method Details

BIsEnabled() public méthode

public BIsEnabled ( ) : bool
Résultat bool

BIsPlaying() public méthode

public BIsPlaying ( ) : bool
Résultat bool

CSteamMusic() public méthode

public CSteamMusic ( IntPtr SteamMusic )
SteamMusic System.IntPtr

GetIntPtr() public méthode

public GetIntPtr ( ) : IntPtr
Résultat System.IntPtr

GetPlaybackStatus() public méthode

public GetPlaybackStatus ( ) : int
Résultat int

GetVolume() public méthode

public GetVolume ( ) : float
Résultat float

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PlayNext() public méthode

public PlayNext ( ) : void
Résultat void

PlayPrevious() public méthode

public PlayPrevious ( ) : void
Résultat void

SetVolume() public méthode

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