Table of Contents

Interface IAudioDecoder

Namespace
Lime
Assembly
Lime.dll
public interface IAudioDecoder : IDisposable
Inherited Members

Methods

GetBlockSize()

int GetBlockSize()

Returns

int

GetCompressedSize()

int GetCompressedSize()

Returns

int

GetFormat()

AudioFormat GetFormat()

Returns

AudioFormat

GetFrequency()

int GetFrequency()

Returns

int

ReadBlocks(nint, int, int)

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

Parameters

buffer nint
startIndex int
blockCount int

Returns

int

Rewind()

void Rewind()