MobileForms Toolkit Documentation

CustomDecoder.Dispose Method (Boolean)

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

protected override 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

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