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