Constructor

AgsAudioStartAudionew

since: 3.0.0

Declaration [src]

AgsStartAudio*
ags_start_audio_new (
  AgsAudio* audio,
  gint sound_scope
)

Description [src]

Create a new instance of AgsStartAudio.

Available since: 3.0.0

Parameters

audio

Type: AgsAudio

The AgsAudio to start.

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

Type: gint

The AgsSoundScope-enum or -1 for all.

Return value

Type: AgsStartAudio

The new AgsStartAudio.

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