Top | ![]() |
![]() |
![]() |
![]() |
AgsInitAudio * | ags_init_audio_new () |
#define | AGS_INIT_AUDIO() |
#define | AGS_INIT_AUDIO_CLASS() |
#define | AGS_INIT_AUDIO_GET_CLASS() |
#define | AGS_IS_INIT_AUDIO() |
GType | ags_init_audio_get_type () |
AgsAudio * | audio | Read / Write |
gboolean | do-notation | Read / Write |
gboolean | do-playback | Read / Write |
gboolean | do-sequencer | Read / Write |
AgsInitAudio * ags_init_audio_new (AgsAudio *audio
,gboolean do_playback
,gboolean do_sequencer
,gboolean do_notation
);
Creates an AgsInitAudio.
audio |
the AgsAudio |
|
do_playback |
init playback |
|
do_sequencer |
init sequencer |
|
do_notation |
init notation |
Since: 1.0.0
#define AGS_INIT_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudio))
#define AGS_INIT_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))
#define AGS_INIT_AUDIO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))
#define AGS_IS_INIT_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_AUDIO))