Interface IAudioDecoder
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IAudioDecoder : IDisposable
- Inherited Members
Methods
GetBlockSize()
int GetBlockSize()
Returns
GetCompressedSize()
int GetCompressedSize()
Returns
GetFormat()
AudioFormat GetFormat()
Returns
GetFrequency()
int GetFrequency()
Returns
ReadBlocks(nint, int, int)
int ReadBlocks(nint buffer, int startIndex, int blockCount)
Parameters
Returns
Rewind()
void Rewind()