Class StaticOpusMSEncoderSafeHandle
Managed wrapper over the OpusMultistreamEncoder state (statically linked).
Inheritance
StaticOpusMSEncoderSafeHandle
Implements
Inherited Members
Namespace: OpusSharp.Core.SafeHandlers
Assembly: OpusSharp.Core.dll
Syntax
public class StaticOpusMSEncoderSafeHandle : OpusMSEncoderSafeHandle, IDisposable
Methods
| Edit this page View SourceReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
Declaration
protected override bool ReleaseHandle()
Returns
Type | Description |
---|---|
bool | true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant. |