C# Class SharpQuake.NullSoundController

Inheritance: ISoundController
Afficher le fichier Open project: Memorix101/SharpQuake

Méthodes publiques

Méthode Description
ClearBuffer ( ) : void
GetPosition ( ) : int
Init ( ) : void
LockBuffer ( ) : byte[]
Shutdown ( ) : void
UnlockBuffer ( int bytes ) : void

Method Details

ClearBuffer() public méthode

public ClearBuffer ( ) : void
Résultat void

GetPosition() public méthode

public GetPosition ( ) : int
Résultat int

Init() public méthode

public Init ( ) : void
Résultat void

LockBuffer() public méthode

public LockBuffer ( ) : byte[]
Résultat byte[]

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

UnlockBuffer() public méthode

public UnlockBuffer ( int bytes ) : void
bytes int
Résultat void