Table of Contents

Class VideoMasteringDisplayInfoCoordinates

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class VideoMasteringDisplayInfoCoordinates
Inheritance
VideoMasteringDisplayInfoCoordinates
Inherited Members

Constructors

VideoMasteringDisplayInfoCoordinates()

public VideoMasteringDisplayInfoCoordinates()

VideoMasteringDisplayInfoCoordinates(VideoMasteringDisplayInfoCoordinatesOwnedHandle)

public VideoMasteringDisplayInfoCoordinates(VideoMasteringDisplayInfoCoordinatesOwnedHandle handle)

Parameters

handle VideoMasteringDisplayInfoCoordinatesOwnedHandle

Properties

Handle

public VideoMasteringDisplayInfoCoordinatesOwnedHandle Handle { get; }

Property Value

VideoMasteringDisplayInfoCoordinatesOwnedHandle

X

public ushort X { get; set; }

Property Value

ushort

Y

public ushort Y { get; set; }

Property Value

ushort

Methods

Equals(VideoMasteringDisplayInfoCoordinates?)

public bool Equals(VideoMasteringDisplayInfoCoordinates? other)

Parameters

other VideoMasteringDisplayInfoCoordinates

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.