Table of Contents

Class VideoMasteringDisplayInfoHandle

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

Constructors

VideoMasteringDisplayInfoHandle(bool)

protected VideoMasteringDisplayInfoHandle(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(VideoMasteringDisplayInfoHandle?)

public bool Equals(VideoMasteringDisplayInfoHandle? other)

Parameters

other VideoMasteringDisplayInfoHandle

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.

GetDisplayPrimaries()

public VideoMasteringDisplayInfoCoordinatesData[] GetDisplayPrimaries()

Returns

VideoMasteringDisplayInfoCoordinatesData[]

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMaxDisplayMasteringLuminance()

public uint GetMaxDisplayMasteringLuminance()

Returns

uint

GetMinDisplayMasteringLuminance()

public uint GetMinDisplayMasteringLuminance()

Returns

uint

GetWhitePoint()

public VideoMasteringDisplayInfoCoordinatesData GetWhitePoint()

Returns

VideoMasteringDisplayInfoCoordinatesData

SetDisplayPrimaries(VideoMasteringDisplayInfoCoordinatesData[])

public void SetDisplayPrimaries(VideoMasteringDisplayInfoCoordinatesData[] value)

Parameters

value VideoMasteringDisplayInfoCoordinatesData[]

SetMaxDisplayMasteringLuminance(uint)

public void SetMaxDisplayMasteringLuminance(uint value)

Parameters

value uint

SetMinDisplayMasteringLuminance(uint)

public void SetMinDisplayMasteringLuminance(uint value)

Parameters

value uint

SetWhitePoint(VideoMasteringDisplayInfoCoordinatesData)

public void SetWhitePoint(VideoMasteringDisplayInfoCoordinatesData value)

Parameters

value VideoMasteringDisplayInfoCoordinatesData