Top | ![]() |
![]() |
![]() |
![]() |
GList * | ags_audio_connection_find () |
AgsAudioConnection * | ags_audio_connection_new () |
#define | AGS_AUDIO_CONNECTION() |
#define | AGS_AUDIO_CONNECTION_CLASS() |
#define | AGS_AUDIO_CONNECTION_GET_CLASS() |
#define | AGS_IS_AUDIO_CONNECTION() |
#define | AGS_IS_AUDIO_CONNECTION_CLASS() |
GType | ags_audio_connection_get_type () |
GObject * | audio | Read / Write |
guint | audio-channel | Read / Write |
gulong | channel-type | Read / Write |
guint | line | Read / Write |
guint | mapped-line | Read / Write |
guint | pad | Read / Write |
enum | AgsAudioConnectionFlags |
#define | AGS_TYPE_AUDIO_CONNECTION |
struct | AgsAudioConnection |
struct | AgsAudioConnectionClass |
GList * ags_audio_connection_find (GList *list
,GType channel_type
,guint pad
,guint audio_channel
);
Find the specified audio connection matching channel_type
, pad
and audio_channel
.
list |
the GList containing AgsAudioConnection |
|
channel_type |
the channel type to match |
|
pad |
the pad to match |
|
audio_channel |
the audio channel to match |
Since: 0.9.7
AgsAudioConnection * ags_audio_connection_new ();
Creates an AgsAudioConnection
Since: 0.7.65
#define AGS_AUDIO_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_CONNECTION, AgsAudioConnection))
#define AGS_AUDIO_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_CONNECTION, AgsAudioConnection))
#define AGS_AUDIO_CONNECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_CONNECTION, AgsAudioConnectionClass))
#define AGS_IS_AUDIO_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_CONNECTION))
#define AGS_IS_AUDIO_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_CONNECTION))
“audio-channel”
property “audio-channel” guint
The nth audio channel assigned with.
Flags: Read / Write
Default value: 0
Since: 0.7.65
“channel-type”
property “channel-type” gulong
The GType of AgsChannel belonging to.
Flags: Read / Write
Since: 0.7.65
“line”
property “line” guint
The nth line assigned with.
Flags: Read / Write
Default value: 0
Since: 0.7.65
“mapped-line”
property “mapped-line” guint
The nth mapped line assigned with.
Flags: Read / Write
Default value: 0
Since: 0.7.65