Table of Contents

Class VideoChromaResample

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
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 VideoChromaResampleHandle

Transfer 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 VideoChromaResampleHandle

Transfer ownership: None Nullable: False

nLines uint

Transfer ownership: Full Nullable: False

offset int

Transfer 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 VideoChromaMethod

Transfer ownership: None Nullable: False

site VideoChromaSite

Transfer ownership: None Nullable: False

flags VideoChromaFlags

Transfer ownership: None Nullable: False

format VideoFormat

Transfer ownership: None Nullable: False

hFactor int

Transfer ownership: None Nullable: False

vFactor int

Transfer ownership: None Nullable: False

Returns

VideoChromaResampleUnownedHandle

Transfer ownership: None Nullable: False