Class VideoColorPrimariesInfo
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoColorPrimariesInfo
- Inheritance
-
VideoColorPrimariesInfo
- Inherited Members
Constructors
VideoColorPrimariesInfo()
public VideoColorPrimariesInfo()
VideoColorPrimariesInfo(VideoColorPrimariesInfoOwnedHandle)
public VideoColorPrimariesInfo(VideoColorPrimariesInfoOwnedHandle handle)
Parameters
Properties
Bx
public double Bx { get; set; }
Property Value
By
public double By { get; set; }
Property Value
Gx
public double Gx { get; set; }
Property Value
Gy
public double Gy { get; set; }
Property Value
Handle
public VideoColorPrimariesInfoOwnedHandle Handle { get; }
Property Value
Primaries
public VideoColorPrimaries Primaries { get; set; }
Property Value
Rx
public double Rx { get; set; }
Property Value
Ry
public double Ry { get; set; }
Property Value
Wx
public double Wx { get; set; }
Property Value
Wy
public double Wy { get; set; }
Property Value
Methods
Equals(VideoColorPrimariesInfo?)
public bool Equals(VideoColorPrimariesInfo? other)
Parameters
other
VideoColorPrimariesInfo
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.