Table of Contents

Class VideoTileInfo

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

Constructors

VideoTileInfo()

public VideoTileInfo()

VideoTileInfo(VideoTileInfoOwnedHandle)

public VideoTileInfo(VideoTileInfoOwnedHandle handle)

Parameters

handle VideoTileInfoOwnedHandle

Properties

Handle

public VideoTileInfoOwnedHandle Handle { get; }

Property Value

VideoTileInfoOwnedHandle

Height

public uint Height { get; set; }

Property Value

uint

Size

public uint Size { get; set; }

Property Value

uint

Stride

public uint Stride { get; set; }

Property Value

uint

Width

public uint Width { get; set; }

Property Value

uint

Methods

Equals(VideoTileInfo?)

public bool Equals(VideoTileInfo? other)

Parameters

other VideoTileInfo

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.