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