Constructor

AgsAudioRemoveAudionew

since: 3.0.0

Declaration [src]

AgsRemoveAudio*
ags_remove_audio_new (
  AgsAudio* audio
)

Description [src]

Create a new instance of AgsRemoveAudio.

Available since: 3.0.0

Parameters

audio

Type: AgsAudio

The AgsAudio to remove.

The data is owned by the caller of the function.

Return value

Type: AgsRemoveAudio

The new AgsRemoveAudio.

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