Click or drag to resize

WaveOutBaseDispose(Boolean) Method

Closes the AudioPlayer and disposes the buffers

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also