Xeno-rat
|
Interface for MP3 frame by frame decoder. More...
Public Member Functions | |
int | DecompressFrame (Mp3Frame frame, byte[] dest, int destOffset) |
Decompress a single MP3 frame. | |
void | Reset () |
Tell the decoder that we have repositioned. | |
Properties | |
WaveFormat | OutputFormat [get] |
PCM format that we are converting into. | |
Interface for MP3 frame by frame decoder.
int NAudio.Wave.IMp3FrameDecompressor.DecompressFrame | ( | Mp3Frame | frame, |
byte[] | dest, | ||
int | destOffset ) |
Decompress a single MP3 frame.
frame | Frame to decompress |
dest | Output buffer |
destOffset | Offset within output buffer |
Implemented in NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor, and NAudio.Wave.AcmMp3FrameDecompressor.
void NAudio.Wave.IMp3FrameDecompressor.Reset | ( | ) |
Tell the decoder that we have repositioned.
Implemented in NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor, and NAudio.Wave.AcmMp3FrameDecompressor.
|
get |
PCM format that we are converting into.
Implemented in NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor, and NAudio.Wave.AcmMp3FrameDecompressor.