AudioRenderClientDispose Method (Boolean) |
Releases the unmanaged resources used by the
AudioRenderClient and optionally releases the managed resources
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override void Dispose(
bool disposing
)
Public Overrides Sub Dispose (
disposing As Boolean
)
public:
virtual void Dispose(
bool disposing
) override
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also