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