Class PcmDecoder
- Namespace
- Lime
- Assembly
- Lime.dll
public class PcmDecoder : IAudioDecoder, IDisposable
- Inheritance
-
PcmDecoder
- Implements
- Inherited Members
Constructors
PcmDecoder(Stream)
public PcmDecoder(Stream stream)
Parameters
stream
Stream
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetBlockSize()
public int GetBlockSize()
Returns
GetCompressedSize()
public int GetCompressedSize()
Returns
GetFormat()
public AudioFormat GetFormat()
Returns
GetFrequency()
public int GetFrequency()
Returns
ReadBlocks(nint, int, int)
public int ReadBlocks(nint buffer, int startIndex, int blockCount)
Parameters
Returns
Rewind()
public void Rewind()