Class
AgsAudioAudioContainer
[−]
Description
class AgsAudio.AudioContainer : GObject.Object
implements Ags.Connectable {
flags: guint,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
soundcard: GObject*,
filename: gchar*,
preset: gchar*,
instrument: gchar*,
sample: gchar*,
file_audio_channels: guint,
file_samplerate: guint,
file_frame_count: guint,
samplerate: guint,
buffer_size: guint,
format: AgsSoundcardFormat,
audio_channel: gint,
sound_container: GObject*,
audio_signal: GList*,
wave: GList*
}
No description available.
[−]
Instance methods
ags_audio_container_read_audio_signal
Convert the AgsAudioContainer
to a GList
-struct of AgsAudioSignal
.
since: 3.0.0
ags_audio_container_read_wave
Convert the AgsAudioContainer
to a GList
-struct of AgsWave
.
since: 3.0.0
[+]
Methods inherited from AgsConnectable (13)
[+]