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 |
Method | Description | |
---|---|---|
DecodeImaAdpcmData ( ) : byte[] | ||
LoadSound ( Stream s ) : bool | ||
WaveLength ( Stream s ) : float |
public static WaveLength ( Stream s ) : float | ||
s | Stream | |
return | float |