C# 클래스 OpenRA.Platforms.Default.OpenAlSoundSource

상속: ISoundSource
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer uint

공개 메소드들

메소드 설명
OpenAlSoundSource ( byte data, int channels, int sampleBits, int sampleRate ) : System

비공개 메소드들

메소드 설명
MakeALFormat ( int channels, int bits ) : int

메소드 상세

OpenAlSoundSource() 공개 메소드

public OpenAlSoundSource ( byte data, int channels, int sampleBits, int sampleRate ) : System
data byte
channels int
sampleBits int
sampleRate int
리턴 System

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public uint Buffer
리턴 uint