Add bindings for GST_TIME_ARGS and GST_CLOCK_TIME_IS_VALID
[SimpleType]
[IntegerType (rank = 0)]
public struct ClockTime : uint64 {
+ [CCode (cname = "GST_TIME_ARGS")]
+ public unowned string args ();
+ [CCode (cname = "GST_CLOCK_TIME_IS_VALID")]
+ public bool is_valid ();
}
[CCode (cheader_filename = "gst/gst.h")]
[SimpleType]
public extern void init ([CCode (array_length_pos = 0.9)] ref weak string[] args);
public struct ClockTime : uint64 {
+ [CCode (cname="GST_TIME_ARGS")]
+ public weak string args ();
+ [CCode (cname="GST_CLOCK_TIME_IS_VALID")]
+ public bool is_valid ();
}
public struct ClockTimeDiff : int64 {