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
Properties
Handle
public VideoChromaResampleOwnedHandle Handle { get; }
Property Value
Methods
Equals(VideoChromaResample?)
public bool Equals(VideoChromaResample? other)
Parameters
other
VideoChromaResample
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
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
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
VideoChromaMethodsite
VideoChromaSiteflags
VideoChromaFlagsformat
VideoFormathFactor
intvFactor
int