Class VideoDither
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
ditherVideoDitherHandleTransfer ownership: None Nullable: False
Line(VideoDitherHandle, nint, uint, uint, uint)
Calls native method gst_video_dither_line.
public static extern void Line(VideoDitherHandle dither, nint line, uint x, uint y, uint width)
Parameters
ditherVideoDitherHandleTransfer ownership: None Nullable: False
linenintTransfer ownership: None Nullable: True
xuintTransfer ownership: None Nullable: False
yuintTransfer ownership: None Nullable: False
widthuintTransfer 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
methodVideoDitherMethodTransfer ownership: None Nullable: False
flagsVideoDitherFlagsTransfer ownership: None Nullable: False
formatVideoFormatTransfer ownership: None Nullable: False
quantizeruintTransfer ownership: None Nullable: False
widthuintTransfer ownership: None Nullable: False
Returns
- VideoDitherUnownedHandle
Transfer ownership: None Nullable: False