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 IntPtr GetNTaps()

Returns

IntPtr

GetOffset()

public IntPtr GetOffset()

Returns

IntPtr

GetOutSize()

public int GetOutSize()

Returns

int

GetPhase()

public IntPtr GetPhase()

Returns

IntPtr

GetTaps()

public IntPtr GetTaps()

Returns

IntPtr

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(IntPtr)

public void SetNTaps(IntPtr value)

Parameters

value IntPtr

SetOffset(IntPtr)

public void SetOffset(IntPtr value)

Parameters

value IntPtr

SetOutSize(int)

public void SetOutSize(int value)

Parameters

value int

SetPhase(IntPtr)

public void SetPhase(IntPtr value)

Parameters

value IntPtr

SetTaps(IntPtr)

public void SetTaps(IntPtr value)

Parameters

value IntPtr