Table of Contents

Class VideoChromaResample

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

Constructors

VideoChromaResample(VideoChromaResampleOwnedHandle)

public VideoChromaResample(VideoChromaResampleOwnedHandle handle)

Parameters

handle VideoChromaResampleOwnedHandle

Properties

Handle

public VideoChromaResampleOwnedHandle Handle { get; }

Property Value

VideoChromaResampleOwnedHandle

Methods

Equals(VideoChromaResample?)

public bool Equals(VideoChromaResample? other)

Parameters

other VideoChromaResample

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.

GetInfo(out uint, out int)

public void GetInfo(out uint nLines, out int offset)

Parameters

nLines uint
offset int

New(VideoChromaMethod, VideoChromaSite, VideoChromaFlags, VideoFormat, int, int)

public static VideoChromaResample New(VideoChromaMethod method, VideoChromaSite site, VideoChromaFlags flags, VideoFormat format, int hFactor, int vFactor)

Parameters

method VideoChromaMethod
site VideoChromaSite
flags VideoChromaFlags
format VideoFormat
hFactor int
vFactor int

Returns

VideoChromaResample