Table of Contents

Class VideoColorPrimariesInfoHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public abstract class VideoColorPrimariesInfoHandle : SafeHandle, IDisposable
Inheritance
VideoColorPrimariesInfoHandle
Implements
Derived
Inherited Members

Constructors

VideoColorPrimariesInfoHandle(bool)

protected VideoColorPrimariesInfoHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(VideoColorPrimariesInfoHandle?)

public bool Equals(VideoColorPrimariesInfoHandle? other)

Parameters

other VideoColorPrimariesInfoHandle

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.

GetBx()

public double GetBx()

Returns

double

GetBy()

public double GetBy()

Returns

double

GetGx()

public double GetGx()

Returns

double

GetGy()

public double GetGy()

Returns

double

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetPrimaries()

public VideoColorPrimaries GetPrimaries()

Returns

VideoColorPrimaries

GetRx()

public double GetRx()

Returns

double

GetRy()

public double GetRy()

Returns

double

GetWx()

public double GetWx()

Returns

double

GetWy()

public double GetWy()

Returns

double

SetBx(double)

public void SetBx(double value)

Parameters

value double

SetBy(double)

public void SetBy(double value)

Parameters

value double

SetGx(double)

public void SetGx(double value)

Parameters

value double

SetGy(double)

public void SetGy(double value)

Parameters

value double

SetPrimaries(VideoColorPrimaries)

public void SetPrimaries(VideoColorPrimaries value)

Parameters

value VideoColorPrimaries

SetRx(double)

public void SetRx(double value)

Parameters

value double

SetRy(double)

public void SetRy(double value)

Parameters

value double

SetWx(double)

public void SetWx(double value)

Parameters

value double

SetWy(double)

public void SetWy(double value)

Parameters

value double