Table of Contents

Class VideoDither

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

Constructors

VideoDither(VideoDitherOwnedHandle)

public VideoDither(VideoDitherOwnedHandle handle)

Parameters

handle VideoDitherOwnedHandle

Properties

Handle

public VideoDitherOwnedHandle Handle { get; }

Property Value

VideoDitherOwnedHandle

Methods

Equals(VideoDither?)

public bool Equals(VideoDither? other)

Parameters

other VideoDither

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.

Free()

public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Line(IntPtr, uint, uint, uint)

public void Line(IntPtr line, uint x, uint y, uint width)

Parameters

line IntPtr
x uint
y uint
width uint

New(VideoDitherMethod, VideoDitherFlags, VideoFormat, ref uint, uint)

public static VideoDither New(VideoDitherMethod method, VideoDitherFlags flags, VideoFormat format, ref uint quantizer, uint width)

Parameters

method VideoDitherMethod
flags VideoDitherFlags
format VideoFormat
quantizer uint
width uint

Returns

VideoDither