Table of Contents

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

handle VideoColorPrimariesInfoOwnedHandle

Properties

Bx

public double Bx { get; set; }

Property Value

double

By

public double By { get; set; }

Property Value

double

Gx

public double Gx { get; set; }

Property Value

double

Gy

public double Gy { get; set; }

Property Value

double

Handle

public VideoColorPrimariesInfoOwnedHandle Handle { get; }

Property Value

VideoColorPrimariesInfoOwnedHandle

Primaries

public VideoColorPrimaries Primaries { get; set; }

Property Value

VideoColorPrimaries

Rx

public double Rx { get; set; }

Property Value

double

Ry

public double Ry { get; set; }

Property Value

double

Wx

public double Wx { get; set; }

Property Value

double

Wy

public double Wy { get; set; }

Property Value

double

Methods

Equals(VideoColorPrimariesInfo?)

public bool Equals(VideoColorPrimariesInfo? other)

Parameters

other VideoColorPrimariesInfo

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.