Class VideoMetaTransformUnownedHandle
public class VideoMetaTransformUnownedHandle : VideoMetaTransformHandle, IDisposable
- Inheritance
-
VideoMetaTransformUnownedHandle
- Implements
- Inherited Members
Constructors
VideoMetaTransformUnownedHandle(IntPtr)
Creates a new instance of VideoMetaTransformOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public VideoMetaTransformUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static VideoMetaTransformUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public VideoMetaTransformOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()