Method

AgsAudioChannelstart

since: 3.0.0

Declaration [src]

GList*
ags_channel_start (
  AgsChannel* channel,
  gint sound_scope
)

Description [src]

Start channels sound_scope to do playback.

Available since: 3.0.0

Parameters

sound_scope

Type: gint

The sound scope.

Return value

Type: A list of AgsRecallID*

The GList-struct containing AgsRecallID.

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