Table of Contents

Class VideoCaptionMeta

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class VideoCaptionMeta
Inheritance
VideoCaptionMeta
Inherited Members

Constructors

VideoCaptionMeta()

public VideoCaptionMeta()

VideoCaptionMeta(VideoCaptionMetaOwnedHandle)

public VideoCaptionMeta(VideoCaptionMetaOwnedHandle handle)

Parameters

handle VideoCaptionMetaOwnedHandle

Properties

CaptionType

public VideoCaptionType CaptionType { get; set; }

Property Value

VideoCaptionType

Handle

public VideoCaptionMetaOwnedHandle Handle { get; }

Property Value

VideoCaptionMetaOwnedHandle

Size

public nuint Size { get; set; }

Property Value

nuint

Methods

Equals(VideoCaptionMeta?)

public bool Equals(VideoCaptionMeta? other)

Parameters

other VideoCaptionMeta

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