C# 클래스 SharpQuake.OpenALController

상속: ISoundController
파일 보기 프로젝트 열기: Memorix101/SharpQuake

공개 메소드들

메소드 설명
ClearBuffer ( ) : void
GetPosition ( ) : int
Init ( ) : void
LockBuffer ( ) : byte[]
Shutdown ( ) : void
UnlockBuffer ( int bytes ) : void

비공개 메소드들

메소드 설명
FreeContext ( ) : void

메소드 상세

ClearBuffer() 공개 메소드

public ClearBuffer ( ) : void
리턴 void

GetPosition() 공개 메소드

public GetPosition ( ) : int
리턴 int

Init() 공개 메소드

public Init ( ) : void
리턴 void

LockBuffer() 공개 메소드

public LockBuffer ( ) : byte[]
리턴 byte[]

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

UnlockBuffer() 공개 메소드

public UnlockBuffer ( int bytes ) : void
bytes int
리턴 void