Table of Contents

Class VideoFormatInfo

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

Constructors

VideoFormatInfo()

public VideoFormatInfo()

VideoFormatInfo(VideoFormatInfoOwnedHandle)

public VideoFormatInfo(VideoFormatInfoOwnedHandle handle)

Parameters

handle VideoFormatInfoOwnedHandle

Properties

Bits

public uint Bits { get; set; }

Property Value

uint

Description

public string? Description { get; set; }

Property Value

string

Flags

public VideoFormatFlags Flags { get; set; }

Property Value

VideoFormatFlags

Format

public VideoFormat Format { get; set; }

Property Value

VideoFormat

Handle

public VideoFormatInfoOwnedHandle Handle { get; }

Property Value

VideoFormatInfoOwnedHandle

NComponents

public uint NComponents { get; set; }

Property Value

uint

NPlanes

public uint NPlanes { get; set; }

Property Value

uint

Name

public string? Name { get; set; }

Property Value

string

PackLines

public int PackLines { get; set; }

Property Value

int

TileHs

public uint TileHs { get; set; }

Property Value

uint

TileMode

public VideoTileMode TileMode { get; set; }

Property Value

VideoTileMode

TileWs

public uint TileWs { get; set; }

Property Value

uint

UnpackFormat

public VideoFormat UnpackFormat { get; set; }

Property Value

VideoFormat

Methods

Component(uint, out int)

[Version("1.18")]
public void Component(uint plane, out int components)

Parameters

plane uint
components int

Equals(VideoFormatInfo?)

public bool Equals(VideoFormatInfo? other)

Parameters

other VideoFormatInfo

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.

ExtrapolateStride(int, int)

[Version("1.22")]
public int ExtrapolateStride(int plane, int stride)

Parameters

plane int
stride int

Returns

int

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.