Table of Contents

Class WaveIMA4Decoder

Namespace
Lime
Assembly
Lime.dll
public class WaveIMA4Decoder : IAudioDecoder, IDisposable
Inheritance
WaveIMA4Decoder
Implements
Inherited Members

Constructors

WaveIMA4Decoder(Stream)

public WaveIMA4Decoder(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

IsWaveStream(Stream)

public static bool IsWaveStream(Stream stream)

Parameters

stream Stream

Returns

bool

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()