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
Properties
H
public uint H { get; set; }
Property Value
Handle
public VideoRegionOfInterestMetaOwnedHandle Handle { get; }
Property Value
Id
public int Id { get; set; }
Property Value
ParentId
public int ParentId { get; set; }
Property Value
W
public uint W { get; set; }
Property Value
X
public uint X { get; set; }
Property Value
Y
public uint Y { get; set; }
Property Value
Methods
AddParam(Structure)
[Version("1.14")]
public void AddParam(Structure s)
Parameters
Equals(VideoRegionOfInterestMeta?)
public bool Equals(VideoRegionOfInterestMeta? other)
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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
GetParam(string)
[Version("1.14")]
public Structure? GetParam(string name)
Parameters
name
string