has_scheduling_mode_with_flags
Description:
public bool has_scheduling_mode_with_flags (
PadMode mode,
SchedulingFlags flags)
Check if this has scheduling mode set and flags
is set in query scheduling flags.
Parameters:
this |
a GST_QUERY_SCHEDULING type query Query
|
mode |
the scheduling mode
|
flags |
SchedulingFlags
|
Returns:
true when mode is in the list of scheduling modes and flags are compatible with query flags.
|