Class VideoChromaResample
public class VideoChromaResample
- Inheritance
-
VideoChromaResample
- Inherited Members
Methods
Free(VideoChromaResampleHandle)
Calls native method gst_video_chroma_resample_free.
public static extern void Free(VideoChromaResampleHandle resample)
Parameters
resample
VideoChromaResampleHandleTransfer ownership: None Nullable: False
GetInfo(VideoChromaResampleHandle, out uint, out int)
Calls native method gst_video_chroma_resample_get_info.
public static extern void GetInfo(VideoChromaResampleHandle resample, out uint nLines, out int offset)
Parameters
resample
VideoChromaResampleHandleTransfer ownership: None Nullable: False
nLines
uintTransfer ownership: Full Nullable: False
offset
intTransfer ownership: Full Nullable: False
New(VideoChromaMethod, VideoChromaSite, VideoChromaFlags, VideoFormat, int, int)
Calls native function gst_video_chroma_resample_new.
public static extern VideoChromaResampleUnownedHandle New(VideoChromaMethod method, VideoChromaSite site, VideoChromaFlags flags, VideoFormat format, int hFactor, int vFactor)
Parameters
method
VideoChromaMethodTransfer ownership: None Nullable: False
site
VideoChromaSiteTransfer ownership: None Nullable: False
flags
VideoChromaFlagsTransfer ownership: None Nullable: False
format
VideoFormatTransfer ownership: None Nullable: False
hFactor
intTransfer ownership: None Nullable: False
vFactor
intTransfer ownership: None Nullable: False
Returns
- VideoChromaResampleUnownedHandle
Transfer ownership: None Nullable: False