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 containingAgsAudioSignal.The data is owned by the caller of the function. recall_id-
Type:
GObjectThe matching
AgsRecallID.The data is owned by the caller of the function.