Table of Contents

Class VideoDither

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoDither
Inheritance
VideoDither
Inherited Members

Methods

Free(VideoDitherHandle)

Calls native method gst_video_dither_free.

public static extern void Free(VideoDitherHandle dither)

Parameters

dither VideoDitherHandle

Transfer ownership: None Nullable: False

Line(VideoDitherHandle, IntPtr, uint, uint, uint)

Calls native method gst_video_dither_line.

public static extern void Line(VideoDitherHandle dither, IntPtr line, uint x, uint y, uint width)

Parameters

dither VideoDitherHandle

Transfer ownership: None Nullable: False

line IntPtr

Transfer ownership: None Nullable: True

x uint

Transfer ownership: None Nullable: False

y uint

Transfer ownership: None Nullable: False

width uint

Transfer ownership: None Nullable: False

New(VideoDitherMethod, VideoDitherFlags, VideoFormat, ref uint, uint)

Calls native function gst_video_dither_new.

public static extern VideoDitherUnownedHandle New(VideoDitherMethod method, VideoDitherFlags flags, VideoFormat format, ref uint quantizer, uint width)

Parameters

method VideoDitherMethod

Transfer ownership: None Nullable: False

flags VideoDitherFlags

Transfer ownership: None Nullable: False

format VideoFormat

Transfer ownership: None Nullable: False

quantizer uint

Transfer ownership: None Nullable: False

width uint

Transfer ownership: None Nullable: False

Returns

VideoDitherUnownedHandle

Transfer ownership: None Nullable: False