Table of Contents

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

int

GetCompressedSize()

public int GetCompressedSize()

Returns

int

GetFormat()

public AudioFormat GetFormat()

Returns

AudioFormat

GetFrequency()

public int GetFrequency()

Returns

int

ReadBlocks(nint, int, int)

public int ReadBlocks(nint buffer, int startIndex, int blockCount)

Parameters

buffer nint
startIndex int
blockCount int

Returns

int

Rewind()

public void Rewind()