Method

AgsAudioRecallcheck_state_flags

since: 3.0.0

Declaration [src]

gboolean
ags_recall_check_state_flags (
  AgsRecall* recall,
  AgsSoundStateFlags state_flags
)

Description [src]

Check the occurence of state_flags in recall.

Available since: 3.0.0

Parameters

state_flags

Type: AgsSoundStateFlags

State flags to check.

Return value

Type: gboolean

TRUE if all flags matched, otherwise FALSE.