Class EncodingAudioProfileClassOwnedHandle
- Namespace
- GstPbutils.Internal
- Assembly
- GstPbutils-1.0.dll
public class EncodingAudioProfileClassOwnedHandle : EncodingAudioProfileClassHandle, IDisposable
- Inheritance
-
EncodingAudioProfileClassOwnedHandle
- Implements
- Inherited Members
Constructors
EncodingAudioProfileClassOwnedHandle(nint)
Creates a new instance of EncodingAudioProfileClassOwnedHandle. Assumes that the given pointer is owned by the runtime.
public EncodingAudioProfileClassOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a EncodingAudioProfileClassOwnedHandle from a pointer that is assumed unowned.
public static EncodingAudioProfileClassOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a EncodingAudioProfileClass which is not owned by the runtime.
Returns
- EncodingAudioProfileClassOwnedHandle
A EncodingAudioProfileClassOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()