C# Class OpenRA.FileFormats.WavReader

ファイルを表示 Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
AudioFormat int
BitsPerSample int
BlockAlign int
ByteRate int
Channels int
DataSize int
FileSize int
FmtChunkSize int
Format string
RawOutput byte[]
SampleRate int
UncompressedSize int

Public Methods

Method Description
DecodeImaAdpcmData ( ) : byte[]
LoadSound ( Stream s ) : bool
WaveLength ( Stream s ) : float

Method Details

DecodeImaAdpcmData() public method

public DecodeImaAdpcmData ( ) : byte[]
return byte[]

LoadSound() public method

public LoadSound ( Stream s ) : bool
s Stream
return bool

WaveLength() public static method

public static WaveLength ( Stream s ) : float
s Stream
return float

Property Details

AudioFormat public_oe property

public int AudioFormat
return int

BitsPerSample public_oe property

public int BitsPerSample
return int

BlockAlign public_oe property

public int BlockAlign
return int

ByteRate public_oe property

public int ByteRate
return int

Channels public_oe property

public int Channels
return int

DataSize public_oe property

public int DataSize
return int

FileSize public_oe property

public int FileSize
return int

FmtChunkSize public_oe property

public int FmtChunkSize
return int

Format public_oe property

public string Format
return string

RawOutput public_oe property

public byte[] RawOutput
return byte[]

SampleRate public_oe property

public int SampleRate
return int

UncompressedSize public_oe property

public int UncompressedSize
return int