Table of Contents

Class VideoVBIParser

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class VideoVBIParser : BoxedRecord, IEquatable<VideoVBIParser>
Inheritance
VideoVBIParser
Implements
Inherited Members

Constructors

VideoVBIParser(VideoVBIParserOwnedHandle)

public VideoVBIParser(VideoVBIParserOwnedHandle handle)

Parameters

handle VideoVBIParserOwnedHandle

Properties

Handle

public VideoVBIParserOwnedHandle Handle { get; }

Property Value

VideoVBIParserOwnedHandle

Methods

Copy()

public VideoVBIParser Copy()

Returns

VideoVBIParser

Equals(VideoVBIParser?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(VideoVBIParser? other)

Parameters

other VideoVBIParser

An object to compare with this object.

Returns

bool

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

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.

Free()

[Version("1.16")]
public void Free()

GetAncillary(out VideoAncillary)

[Version("1.16")]
public VideoVBIParserResult GetAncillary(out VideoAncillary anc)

Parameters

anc VideoAncillary

Returns

VideoVBIParserResult

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(VideoFormat, uint)

[Version("1.16")]
public static VideoVBIParser? New(VideoFormat format, uint pixelWidth)

Parameters

format VideoFormat
pixelWidth uint

Returns

VideoVBIParser