Class VideoCodecFrame
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoCodecFrame : BoxedRecord, IEquatable<VideoCodecFrame>
- Inheritance
-
VideoCodecFrame
- Implements
- Inherited Members
Constructors
VideoCodecFrame()
public VideoCodecFrame()
VideoCodecFrame(VideoCodecFrameOwnedHandle)
public VideoCodecFrame(VideoCodecFrameOwnedHandle handle)
Parameters
handle
VideoCodecFrameOwnedHandle
Properties
DistanceFromSync
public int DistanceFromSync { get; set; }
Property Value
Handle
public VideoCodecFrameOwnedHandle Handle { get; }
Property Value
SystemFrameNumber
public uint SystemFrameNumber { get; set; }
Property Value
Methods
Equals(VideoCodecFrame?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VideoCodecFrame? other)
Parameters
other
VideoCodecFrameAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetUserData()
public IntPtr GetUserData()
Returns
Ref()
public VideoCodecFrame Ref()
Returns
Unref()
public void Unref()