Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SharpQuake
OpenALController
C# Class SharpQuake.OpenALController
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
Private Methods
Méthode
Description
FreeContext
( ) :
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