Function

AgsAudioPlaybackfind_channel

since: 3.0.0

Declaration [src]

AgsPlayback*
ags_playback_find_channel (
  GList* playback,
  GObject* channel
)

Description [src]

Find channel in playback.

Available since: 3.0.0

Parameters

playback

Type: A list of None

The GList-struct containing AgsPlayback.

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

Type: GObject

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsPlayback

The matching playback.

The data is owned by the called function.