Table of Contents

Class VideoRegionOfInterestMetaHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public abstract class VideoRegionOfInterestMetaHandle : SafeHandle, IDisposable
Inheritance
VideoRegionOfInterestMetaHandle
Implements
Derived
Inherited Members

Constructors

VideoRegionOfInterestMetaHandle(bool)

protected VideoRegionOfInterestMetaHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(VideoRegionOfInterestMetaHandle?)

public bool Equals(VideoRegionOfInterestMetaHandle? other)

Parameters

other VideoRegionOfInterestMetaHandle

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.

GetH()

public uint GetH()

Returns

uint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetId()

public int GetId()

Returns

int

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetParams()

public IntPtr GetParams()

Returns

IntPtr

GetParentId()

public int GetParentId()

Returns

int

GetRoiType()

public uint GetRoiType()

Returns

uint

GetW()

public uint GetW()

Returns

uint

GetX()

public uint GetX()

Returns

uint

GetY()

public uint GetY()

Returns

uint

SetH(uint)

public void SetH(uint value)

Parameters

value uint

SetId(int)

public void SetId(int value)

Parameters

value int

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetParams(IntPtr)

public void SetParams(IntPtr value)

Parameters

value IntPtr

SetParentId(int)

public void SetParentId(int value)

Parameters

value int

SetRoiType(uint)

public void SetRoiType(uint value)

Parameters

value uint

SetW(uint)

public void SetW(uint value)

Parameters

value uint

SetX(uint)

public void SetX(uint value)

Parameters

value uint

SetY(uint)

public void SetY(uint value)

Parameters

value uint