Top | ![]() |
![]() |
![]() |
![]() |
AgsCopyNotationAudio * | ags_copy_notation_audio_new () |
#define | AGS_COPY_NOTATION_AUDIO() |
#define | AGS_COPY_NOTATION_AUDIO_CLASS() |
#define | AGS_COPY_NOTATION_AUDIO_GET_CLASS() |
#define | AGS_IS_COPY_NOTATION_AUDIO() |
#define | AGS_IS_COPY_NOTATION_AUDIO_CLASS() |
GType | ags_copy_notation_audio_get_type () |
enum | AgsCopyNotationAudioFlags |
#define | AGS_TYPE_COPY_NOTATION_AUDIO |
struct | AgsCopyNotationAudio |
struct | AgsCopyNotationAudioClass |
AgsCopyNotationAudio implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsCopyNotationAudio * ags_copy_notation_audio_new (GObject *soundcard
,AgsNotation *notation
,guint audio_channel
);
Creates an AgsCopyNotationAudio
Since: 0.4
#define AGS_COPY_NOTATION_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudio))
#define AGS_COPY_NOTATION_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudio))
#define AGS_COPY_NOTATION_AUDIO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudioClass))
#define AGS_IS_COPY_NOTATION_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_NOTATION_AUDIO))
#define AGS_IS_COPY_NOTATION_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_NOTATION_AUDIO))
#define AGS_TYPE_COPY_NOTATION_AUDIO (ags_copy_notation_audio_get_type())
“audio-channel”
property“audio-channel” guint
The audio channel to play of audio object.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
“notation”
property“notation” AgsNotation *
The AgsNotation it is assigned to.
Flags: Read / Write