Class VideoResamplerHandle
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
Methods
Equals(VideoResamplerHandle?)
public bool Equals(VideoResamplerHandle? other)
Parameters
other
VideoResamplerHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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
GetMaxTaps()
public uint GetMaxTaps()
Returns
GetNPhases()
public uint GetNPhases()
Returns
GetNTaps()
public IntPtr GetNTaps()
Returns
GetOffset()
public IntPtr GetOffset()
Returns
GetOutSize()
public int GetOutSize()
Returns
GetPhase()
public IntPtr GetPhase()
Returns
GetTaps()
public IntPtr GetTaps()
Returns
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