Table of Contents

Class VideoRegionOfInterestMeta

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

Constructors

VideoRegionOfInterestMeta()

public VideoRegionOfInterestMeta()

VideoRegionOfInterestMeta(VideoRegionOfInterestMetaOwnedHandle)

public VideoRegionOfInterestMeta(VideoRegionOfInterestMetaOwnedHandle handle)

Parameters

handle VideoRegionOfInterestMetaOwnedHandle

Properties

H

public uint H { get; set; }

Property Value

uint

Handle

public VideoRegionOfInterestMetaOwnedHandle Handle { get; }

Property Value

VideoRegionOfInterestMetaOwnedHandle

Id

public int Id { get; set; }

Property Value

int

ParentId

public int ParentId { get; set; }

Property Value

int

W

public uint W { get; set; }

Property Value

uint

X

public uint X { get; set; }

Property Value

uint

Y

public uint Y { get; set; }

Property Value

uint

Methods

AddParam(Structure)

[Version("1.14")]
public void AddParam(Structure s)

Parameters

s Structure

Equals(VideoRegionOfInterestMeta?)

public bool Equals(VideoRegionOfInterestMeta? other)

Parameters

other VideoRegionOfInterestMeta

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

GetParam(string)

[Version("1.14")]
public Structure? GetParam(string name)

Parameters

name string

Returns

Structure