Function

AgsAudioAudioSignalfind_stream_current

since: 3.0.0

Declaration [src]

GList*
ags_audio_signal_find_stream_current (
  GList* audio_signal,
  GObject* recall_id
)

Description [src]

Retrieve next current stream of AgsAudioSignal list. Warning this function does not lock the stream mutex.

Available since: 3.0.0

Parameters

audio_signal

Type: A list of AgsAudioSignal*

The GList-struct containing AgsAudioSignal.

The data is owned by the caller of the function.
recall_id

Type: GObject

The matching AgsRecallID.

The data is owned by the caller of the function.

Return value

Type: A list of AgsAudioSignal*

Next GList-struct matching AgsRecallID.

The data is owned by the called function.