Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SharpQuake
NullSoundController
C# Class SharpQuake.NullSoundController
Inheritance:
ISoundController
显示文件
Open project: Memorix101/SharpQuake
Public Methods
Method
Description
ClearBuffer
( ) :
void
GetPosition
( ) :
int
Init
( ) :
void
LockBuffer
( ) :
byte[]
Shutdown
( ) :
void
UnlockBuffer
(
int
bytes
) :
void
Method Details
ClearBuffer()
public
method
public
ClearBuffer
( ) :
void
return
void
GetPosition()
public
method
public
GetPosition
( ) :
int
return
int
Init()
public
method
public
Init
( ) :
void
return
void
LockBuffer()
public
method
public
LockBuffer
( ) :
byte[]
return
byte[]
Shutdown()
public
method
public
Shutdown
( ) :
void
return
void
UnlockBuffer()
public
method
public
UnlockBuffer
(
int
bytes
) :
void
bytes
int
return
void