Method

AgsAudioInputis_active

since: 3.0.0

Declaration [src]

gboolean
ags_input_is_active (
  AgsInput* input,
  GObject* recycling_context
)

Description [src]

Check if input is active and needs processing.

Available since: 3.0.0

Parameters

recycling_context

Type: GObject

The AgsRecyclingContext to check.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if has a need to be processed, else FALSE.