C# 클래스 OpenRA.FileFormats.WavReader

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

공개 프로퍼티들

프로퍼티 타입 설명
AudioFormat int
BitsPerSample int
BlockAlign int
ByteRate int
Channels int
DataSize int
FileSize int
FmtChunkSize int
Format string
RawOutput byte[]
SampleRate int
UncompressedSize int

공개 메소드들

메소드 설명
DecodeImaAdpcmData ( ) : byte[]
LoadSound ( Stream s ) : bool
WaveLength ( Stream s ) : float

메소드 상세

DecodeImaAdpcmData() 공개 메소드

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

LoadSound() 공개 메소드

public LoadSound ( Stream s ) : bool
s Stream
리턴 bool

WaveLength() 공개 정적인 메소드

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

프로퍼티 상세

AudioFormat 공개적으로 프로퍼티

public int AudioFormat
리턴 int

BitsPerSample 공개적으로 프로퍼티

public int BitsPerSample
리턴 int

BlockAlign 공개적으로 프로퍼티

public int BlockAlign
리턴 int

ByteRate 공개적으로 프로퍼티

public int ByteRate
리턴 int

Channels 공개적으로 프로퍼티

public int Channels
리턴 int

DataSize 공개적으로 프로퍼티

public int DataSize
리턴 int

FileSize 공개적으로 프로퍼티

public int FileSize
리턴 int

FmtChunkSize 공개적으로 프로퍼티

public int FmtChunkSize
리턴 int

Format 공개적으로 프로퍼티

public string Format
리턴 string

RawOutput 공개적으로 프로퍼티

public byte[] RawOutput
리턴 byte[]

SampleRate 공개적으로 프로퍼티

public int SampleRate
리턴 int

UncompressedSize 공개적으로 프로퍼티

public int UncompressedSize
리턴 int