Class VideoTileInfo
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoTileInfo
- Inheritance
-
VideoTileInfo
- Inherited Members
Constructors
VideoTileInfo()
public VideoTileInfo()
VideoTileInfo(VideoTileInfoOwnedHandle)
public VideoTileInfo(VideoTileInfoOwnedHandle handle)
Parameters
handleVideoTileInfoOwnedHandle
Properties
Handle
public VideoTileInfoOwnedHandle Handle { get; }
Property Value
Height
public uint Height { get; set; }
Property Value
Size
public uint Size { get; set; }
Property Value
Stride
public uint Stride { get; set; }
Property Value
Width
public uint Width { get; set; }
Property Value
Methods
Equals(VideoTileInfo?)
public bool Equals(VideoTileInfo? other)
Parameters
otherVideoTileInfo
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe 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.