public class VideoTransition : GES.Transition, GES.Extractable, GES.MetaContainer {
[CCode (has_construct_function = false)]
public VideoTransition ();
+ [Version (deprecated = true, deprecated_since = "1.20")]
public int get_border ();
public GES.VideoStandardTransitionType get_transition_type ();
+ [Version (deprecated = true, deprecated_since = "1.20")]
public bool is_inverted ();
+ [Version (deprecated = true, deprecated_since = "1.20")]
public void set_border (uint value);
+ [Version (deprecated = true, deprecated_since = "1.20")]
public void set_inverted (bool inverted);
public bool set_transition_type (GES.VideoStandardTransitionType type);
public uint border { get; set; }
[NoAccessorMethod]
+ [Version (deprecated = true, deprecated_since = "1.20")]
public bool invert { get; set; }
public GES.VideoStandardTransitionType transition_type { get; set; }
}
public void set_drop_buffers (bool drop_buffers);
[CCode (cname = "gst_harness_set_forwarding")]
public void set_forwarding (bool forwarding);
+ [CCode (cname = "gst_harness_set_live")]
+ [Version (since = "1.20")]
+ public void set_live (bool is_live);
[CCode (cname = "gst_harness_set_propose_allocator")]
public void set_propose_allocator (owned Gst.Allocator? allocator, Gst.AllocationParams? @params);
[CCode (cname = "gst_harness_set_sink_caps")]
[Version (since = "1.6")]
public static double color_transfer_encode (Gst.Video.TransferFunction func, double val);
[CCode (cheader_filename = "gst/video/video.h")]
- [Version (since = "1.18")]
- public static Gst.Video.TransferFunction color_transfer_from_iso (uint value);
- [CCode (cheader_filename = "gst/video/video.h")]
- [Version (since = "1.18")]
- public static bool color_transfer_is_equivalent (Gst.Video.TransferFunction from_func, uint from_bpp, Gst.Video.TransferFunction to_func, uint to_bpp);
- [CCode (cheader_filename = "gst/video/video.h")]
- [Version (since = "1.18")]
- public static uint color_transfer_to_iso (Gst.Video.TransferFunction func);
- [CCode (cheader_filename = "gst/video/video.h")]
public static Gst.Sample convert_sample (Gst.Sample sample, Gst.Caps to_caps, Gst.ClockTime timeout) throws GLib.Error;
[CCode (cheader_filename = "gst/video/video.h")]
public static void convert_sample_async (Gst.Sample sample, Gst.Caps to_caps, Gst.ClockTime timeout, owned Gst.Video.ConvertSampleCallback callback);
public static GLib.Type time_code_meta_api_get_type ();
[CCode (cheader_filename = "gst/video/video.h")]
public static unowned Gst.MetaInfo? time_code_meta_get_info ();
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.18")]
+ public static Gst.Video.TransferFunction transfer_function_from_iso (uint value);
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.18")]
+ public static bool transfer_function_is_equivalent (Gst.Video.TransferFunction from_func, uint from_bpp, Gst.Video.TransferFunction to_func, uint to_bpp);
+ [CCode (cheader_filename = "gst/video/video.h")]
+ [Version (since = "1.18")]
+ public static uint transfer_function_to_iso (Gst.Video.TransferFunction func);
}
}