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
dither
VideoDitherHandleTransfer 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
dither
VideoDitherHandleTransfer ownership: None Nullable: False
line
nintTransfer ownership: None Nullable: True
x
uintTransfer ownership: None Nullable: False
y
uintTransfer ownership: None Nullable: False
width
uintTransfer 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
VideoDitherMethodTransfer ownership: None Nullable: False
flags
VideoDitherFlagsTransfer ownership: None Nullable: False
format
VideoFormatTransfer ownership: None Nullable: False
quantizer
uintTransfer ownership: None Nullable: False
width
uintTransfer ownership: None Nullable: False
Returns
- VideoDitherUnownedHandle
Transfer ownership: None Nullable: False