Table of Contents

Class VideoResamplerHandle

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

Constructors

VideoResamplerHandle(bool)

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

public bool Equals(VideoResamplerHandle? other)

Parameters

other VideoResamplerHandle

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.

GetInSize()

public int GetInSize()

Returns

int

GetMaxTaps()

public uint GetMaxTaps()

Returns

uint

GetNPhases()

public uint GetNPhases()

Returns

uint

GetNTaps()

public nint GetNTaps()

Returns

nint

GetOffset()

public nint GetOffset()

Returns

nint

GetOutSize()

public int GetOutSize()

Returns

int

GetPhase()

public nint GetPhase()

Returns

nint

GetTaps()

public nint GetTaps()

Returns

nint

SetInSize(int)

public void SetInSize(int value)

Parameters

value int

SetMaxTaps(uint)

public void SetMaxTaps(uint value)

Parameters

value uint

SetNPhases(uint)

public void SetNPhases(uint value)

Parameters

value uint

SetNTaps(nint)

public void SetNTaps(nint value)

Parameters

value nint

SetOffset(nint)

public void SetOffset(nint value)

Parameters

value nint

SetOutSize(int)

public void SetOutSize(int value)

Parameters

value int

SetPhase(nint)

public void SetPhase(nint value)

Parameters

value nint

SetTaps(nint)

public void SetTaps(nint value)

Parameters

value nint