Table of Contents

Class VideoCropMeta

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

Constructors

VideoCropMeta()

public VideoCropMeta()

VideoCropMeta(VideoCropMetaOwnedHandle)

public VideoCropMeta(VideoCropMetaOwnedHandle handle)

Parameters

handle VideoCropMetaOwnedHandle

Properties

Handle

public VideoCropMetaOwnedHandle Handle { get; }

Property Value

VideoCropMetaOwnedHandle

Height

public uint Height { get; set; }

Property Value

uint

Width

public uint Width { get; set; }

Property Value

uint

X

public uint X { get; set; }

Property Value

uint

Y

public uint Y { get; set; }

Property Value

uint

Methods

Equals(VideoCropMeta?)

public bool Equals(VideoCropMeta? other)

Parameters

other VideoCropMeta

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