Class VideoBarMeta
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoBarMeta
- Inheritance
-
VideoBarMeta
- Inherited Members
Constructors
VideoBarMeta()
public VideoBarMeta()
VideoBarMeta(VideoBarMetaOwnedHandle)
public VideoBarMeta(VideoBarMetaOwnedHandle handle)
Parameters
handle
VideoBarMetaOwnedHandle
Properties
BarData1
public uint BarData1 { get; set; }
Property Value
BarData2
public uint BarData2 { get; set; }
Property Value
Field
public byte Field { get; set; }
Property Value
Handle
public VideoBarMetaOwnedHandle Handle { get; }
Property Value
IsLetterbox
public bool IsLetterbox { get; set; }
Property Value
Methods
Equals(VideoBarMeta?)
public bool Equals(VideoBarMeta? other)
Parameters
other
VideoBarMeta
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()