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
Height
public uint Height { get; set; }
Property Value
Width
public uint Width { get; set; }
Property Value
X
public uint X { get; set; }
Property Value
Y
public uint Y { get; set; }
Property Value
Methods
Equals(VideoCropMeta?)
public bool Equals(VideoCropMeta? other)
Parameters
other
VideoCropMeta
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()