Class VideoFormatInfo
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoFormatInfo
- Inheritance
-
VideoFormatInfo
- Inherited Members
Constructors
VideoFormatInfo()
public VideoFormatInfo()
VideoFormatInfo(VideoFormatInfoOwnedHandle)
public VideoFormatInfo(VideoFormatInfoOwnedHandle handle)
Parameters
handle
VideoFormatInfoOwnedHandle
Properties
Bits
public uint Bits { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
Flags
public VideoFormatFlags Flags { get; set; }
Property Value
Format
public VideoFormat Format { get; set; }
Property Value
Handle
public VideoFormatInfoOwnedHandle Handle { get; }
Property Value
NComponents
public uint NComponents { get; set; }
Property Value
NPlanes
public uint NPlanes { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
PackLines
public int PackLines { get; set; }
Property Value
TileHs
public uint TileHs { get; set; }
Property Value
TileMode
public VideoTileMode TileMode { get; set; }
Property Value
TileWs
public uint TileWs { get; set; }
Property Value
UnpackFormat
public VideoFormat UnpackFormat { get; set; }
Property Value
Methods
Component(uint, out int)
[Version("1.18")]
public void Component(uint plane, out int components)
Parameters
Equals(VideoFormatInfo?)
public bool Equals(VideoFormatInfo? other)
Parameters
other
VideoFormatInfo
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
ExtrapolateStride(int, int)
[Version("1.22")]
public int ExtrapolateStride(int plane, int stride)
Parameters
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.