Method

AgsAudioPlaybackDomainget_audio_thread

since: 3.0.0

Declaration [src]

AgsThread*
ags_playback_domain_get_audio_thread (
  AgsPlaybackDomain* playback_domain,
  gint sound_scope
)

Description [src]

Get audio thread of specified scope.

Available since: 3.0.0

Parameters

sound_scope

Type: gint

The thread’s scope.

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.