Class VideoAFDMeta
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoAFDMeta
- Inheritance
-
VideoAFDMeta
- Inherited Members
Constructors
VideoAFDMeta()
public VideoAFDMeta()
VideoAFDMeta(VideoAFDMetaOwnedHandle)
public VideoAFDMeta(VideoAFDMetaOwnedHandle handle)
Parameters
handle
VideoAFDMetaOwnedHandle
Properties
Afd
public VideoAFDValue Afd { get; set; }
Property Value
Field
public byte Field { get; set; }
Property Value
Handle
public VideoAFDMetaOwnedHandle Handle { get; }
Property Value
Spec
public VideoAFDSpec Spec { get; set; }
Property Value
Methods
Equals(VideoAFDMeta?)
public bool Equals(VideoAFDMeta? other)
Parameters
other
VideoAFDMeta
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetInfo()
public static MetaInfo GetInfo()