Table of Contents

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

uint

BarData2

public uint BarData2 { get; set; }

Property Value

uint

Field

public byte Field { get; set; }

Property Value

byte

Handle

public VideoBarMetaOwnedHandle Handle { get; }

Property Value

VideoBarMetaOwnedHandle

IsLetterbox

public bool IsLetterbox { get; set; }

Property Value

bool

Methods

Equals(VideoBarMeta?)

public bool Equals(VideoBarMeta? other)

Parameters

other VideoBarMeta

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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()

Returns

MetaInfo