Class AncillaryMeta
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class AncillaryMeta
- Inheritance
-
AncillaryMeta
- Inherited Members
Constructors
AncillaryMeta()
public AncillaryMeta()
AncillaryMeta(AncillaryMetaOwnedHandle)
public AncillaryMeta(AncillaryMetaOwnedHandle handle)
Parameters
handle
AncillaryMetaOwnedHandle
Properties
CNotYChannel
public bool CNotYChannel { get; set; }
Property Value
Checksum
public ushort Checksum { get; set; }
Property Value
DID
public ushort DID { get; set; }
Property Value
Data
public nint Data { get; set; }
Property Value
DataCount
public ushort DataCount { get; set; }
Property Value
Field
public AncillaryMetaField Field { get; set; }
Property Value
Handle
public AncillaryMetaOwnedHandle Handle { get; }
Property Value
Line
public ushort Line { get; set; }
Property Value
Offset
public ushort Offset { get; set; }
Property Value
SDIDBlockNumber
public ushort SDIDBlockNumber { get; set; }
Property Value
Methods
Equals(AncillaryMeta?)
public bool Equals(AncillaryMeta? other)
Parameters
other
AncillaryMeta
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()