AgsStartAudio

AgsStartAudio — start audio object to audio loop

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsAudio * audio Read / Write
int sound-scope Read / Write

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsStartAudio

Includes

#include <ags/audio/task/ags_start_audio.h>

Description

The AgsStartAudio task starts AgsAudio to AgsAudioLoop.

Functions

ags_start_audio_new ()

AgsStartAudio *
ags_start_audio_new (AgsAudio *audio,
                     gint sound_scope);

Create a new instance of AgsStartAudio.

Parameters

audio

the AgsAudio to start

 

sound_scope

the AgsSoundScope or -1 for all

 

Returns

the new AgsStartAudio.

Since: 3.0.0

Property Details

The “audio” property

  “audio”                    AgsAudio *

The assigned AgsAudio

Owner: AgsStartAudio

Flags: Read / Write

Since: 3.0.0


The “sound-scope” property

  “sound-scope”              int

The effects sound-scope.

Owner: AgsStartAudio

Flags: Read / Write

Allowed values: [-1,5]

Default value: -1

Since: 3.0.0