Method

AgsAudioPlaybackget_channel_thread

since: 3.0.0

Declaration [src]

AgsThread*
ags_playback_get_channel_thread (
  AgsPlayback* playback,
  gint sound_scope
)

Description [src]

Get channel thread of appropriate scope.

Available since: 3.0.0

Parameters

sound_scope

Type: gint

The scope of the thread to get.

Return value

Type: AgsThread

The matching AgsThread or NULL.

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