MobileForms Toolkit Documentation

AudioDecoder.Dispose Method (Boolean)

Releases the unmanaged resources used by the AudioDecoder and optionally releases the managed resources.

protected virtual void Dispose(
bool disposing
);

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method is called by the public Dispose() method and the Finalize method. Dispose() invokes the protected Dispose(Boolean) method with the disposing parameter set to true. Finalize invokes Dispose with disposing set to false.

See Also

AudioDecoder Class | Resco.Audio Namespace | AudioDecoder.Dispose Overload List