Class StaticOpusRepacketizerSafeHandle
Managed wrapper over the OpusRepacketizer state (statically linked).
Inheritance
StaticOpusRepacketizerSafeHandle
Implements
Inherited Members
Namespace: OpusSharp.Core.SafeHandlers
Assembly: OpusSharp.Core.dll
Syntax
public class StaticOpusRepacketizerSafeHandle : OpusRepacketizerSafeHandle, 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. |