Method

AgsAudioInputnext_active

since: 3.0.0

Declaration [src]

AgsInput*
ags_input_next_active (
  AgsInput* input,
  GObject* recycling_context
)

Description [src]

Find next AgsInput needed to be processed.

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: AgsInput

Next active AgsInput, else NULL if non available.

The caller of the method takes ownership of the data, and is responsible for freeing it.