Top |
gboolean | ags_audio_loop_test_flags () |
void | ags_audio_loop_set_flags () |
void | ags_audio_loop_unset_flags () |
void | ags_audio_loop_add_audio () |
void | ags_audio_loop_remove_audio () |
void | ags_audio_loop_add_channel () |
void | ags_audio_loop_remove_channel () |
gboolean | ags_audio_loop_get_do_fx_staging () |
void | ags_audio_loop_set_do_fx_staging () |
guint * | ags_audio_loop_get_staging_program () |
void | ags_audio_loop_set_staging_program () |
AgsAudioLoop * | ags_audio_loop_new () |
gboolean ags_audio_loop_test_flags (AgsAudioLoop *audio_loop
,AgsAudioLoopFlags flags
);
Test flags
to be set on audio_loop
.
Since: 3.0.0
void ags_audio_loop_set_flags (AgsAudioLoop *audio_loop
,AgsAudioLoopFlags flags
);
Set flags.
Since: 3.0.0
void ags_audio_loop_unset_flags (AgsAudioLoop *audio_loop
,AgsAudioLoopFlags flags
);
Unset flags.
Since: 3.0.0
void ags_audio_loop_add_audio (AgsAudioLoop *audio_loop
,GObject *audio
);
Add audio for playback.
Since: 3.0.0
void ags_audio_loop_remove_audio (AgsAudioLoop *audio_loop
,GObject *audio
);
Remove audio of playback.
Since: 3.0.0
void ags_audio_loop_add_channel (AgsAudioLoop *audio_loop
,GObject *channel
);
Add channel for playback.
Since: 3.0.0
void ags_audio_loop_remove_channel (AgsAudioLoop *audio_loop
,GObject *channel
);
Remove channel of playback.
Since: 3.0.0
gboolean
ags_audio_loop_get_do_fx_staging (AgsAudioLoop *audio_loop
);
Get do fx staging.
Since: 3.3.0
void ags_audio_loop_set_do_fx_staging (AgsAudioLoop *audio_loop
,gboolean do_fx_staging
);
Set do fx staging.
Since: 3.3.0
guint * ags_audio_loop_get_staging_program (AgsAudioLoop *audio_loop
,guint *staging_program_count
);
Get staging program.
Since: 3.3.0
void ags_audio_loop_set_staging_program (AgsAudioLoop *audio_loop
,guint *staging_program
,guint staging_program_count
);
Set staging program.
audio_loop |
the AgsAudioLoop |
|
staging_program |
the staging program. |
[transfer none] |
staging_program_count |
the staging program count |
Since: 3.3.0
#define AGS_AUDIO_LOOP_DEFAULT_JIFFIE (ceil(AGS_SOUNDCARD_DEFAULT_SAMPLERATE / AGS_SOUNDCARD_DEFAULT_BUFFER_SIZE) + AGS_SOUNDCARD_DEFAULT_OVERCLOCK)
Enum values to control the behavior or indicate internal state of AgsAudioLoop by enable/disable as flags.
“play-audio”
property “play-audio” gpointer
An AgsAudio to add for playback.
[transfer full]
Owner: AgsAudioLoop
Flags: Write
Since: 3.0.0
“play-channel”
property “play-channel” gpointer
An AgsChannel to add for playback.
[transfer full]
Owner: AgsAudioLoop
Flags: Write
Since: 3.0.0