Gst.Query.prototype.has_scheduling_mode_with_flags

function has_scheduling_mode_with_flags(mode:Gst.PadMode, flags:Gst.SchedulingFlags):Boolean {
    // Gjs wrapper for gst_query_has_scheduling_mode_with_flags()
}

Check if query has scheduling mode set and flags is set in query scheduling flags.

mode

the scheduling mode

flags

Gst.SchedulingFlags

Returns

TRUE when mode is in the list of scheduling modes and flags are compatible with query flags.