C# 클래스 OpenRA.Mods.Common.FileFormats.AudReader

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

공개 메소드들

메소드 설명
LoadSound ( Stream s, byte &rawData, int &sampleRate ) : bool
LoadSound ( byte raw, int &index ) : byte[]
SoundLength ( Stream s ) : float

비공개 메소드들

메소드 설명
DecodeSample ( byte b, int &index, int &current ) : short

메소드 상세

LoadSound() 공개 정적인 메소드

public static LoadSound ( Stream s, byte &rawData, int &sampleRate ) : bool
s Stream
rawData byte
sampleRate int
리턴 bool

LoadSound() 공개 정적인 메소드

public static LoadSound ( byte raw, int &index ) : byte[]
raw byte
index int
리턴 byte[]

SoundLength() 공개 정적인 메소드

public static SoundLength ( Stream s ) : float
s Stream
리턴 float