MPEG4RecorderDispose(Boolean) Method |
Releases the unmanaged resources used by the
MPEG4Recorder and optionally releases the managed resources
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also