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