Method

AgsAudioChannelcheck_scope

since: 3.0.0

Declaration [src]

GList*
ags_channel_check_scope (
  AgsChannel* channel,
  gint sound_scope
)

Description [src]

Check channels sound_scope.

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 or NULL if not playing.

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