Class
AgsAudioRecycling
Description
class AgsAudio.Recycling : GObject.Object
implements Ags.Connectable {
flags: guint,
connectable_flags: guint,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
channel: GObject*,
output_soundcard: GObject*,
output_soundcard_channel: gint,
input_soundcard: GObject*,
input_soundcard_channel: gint,
samplerate: guint,
buffer_size: guint,
format: guint,
parent: AgsRecycling*,
next: AgsRecycling*,
prev: AgsRecycling*,
audio_signal: GList*
}
No description available.
Instance methods
ags_recycling_create_audio_signal_with_frame_count
Create audio signal with frame count.
since: 3.0.0
Methods inherited from AgsConnectable (13)
ags_connectable_add_to_registry
Add connectable to registry.
ags_connectable_connect
Connect the connectable.
ags_connectable_connect_connection
Disconnect the connectable.
ags_connectable_disconnect
Disconnect the connectable.
ags_connectable_disconnect_connection
Disconnect the connectable.
ags_connectable_get_uuid
Get UUID of connectable
.
ags_connectable_has_resource
Check the connectable to have resources.
ags_connectable_is_connected
Check if the connectable
was connected.
ags_connectable_is_ready
Connect the connectable.
ags_connectable_list_resource
List resources as an XML element and return it.
ags_connectable_remove_from_registry
Remove connectable from registry.
ags_connectable_xml_compose
Compose an XML element and return it.
ags_connectable_xml_parse
Parse node
as XML element and apply it.
Properties
AgsAudio.Recycling:output-soundcard
The assigned output soundcard acting as default sink.
since: 3.0.0
Signals
AgsAudio.Recycling::add-audio-signal
The ::add-audio-signal signal is emited as adding AgsAudioSignal
.
since: 3.0.0
AgsAudio.Recycling::data-request
The ::data-request signal is emited as requesting data for audio_signal
.
since: 3.0.0
AgsAudio.Recycling::remove-audio-signal
The ::remove-audio-signal signal is emited as removing AgsAudioSignal
.
since: 3.0.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AgsAudioRecyclingClass {
GObjectClass gobject;
void (* add_audio_signal) (
AgsRecycling* recycling,
AgsAudioSignal* audio_signal
);
void (* remove_audio_signal) (
AgsRecycling* recycling,
AgsAudioSignal* audio_signal
);
void (* data_request) (
AgsRecycling* recycling,
AgsAudioSignal* audio_signal
);
}
No description available.
Class members
gobject: GObjectClass
No description available.
add_audio_signal: void (* add_audio_signal) ( AgsRecycling* recycling, AgsAudioSignal* audio_signal )
No description available.
remove_audio_signal: void (* remove_audio_signal) ( AgsRecycling* recycling, AgsAudioSignal* audio_signal )
No description available.
data_request: void (* data_request) ( AgsRecycling* recycling, AgsAudioSignal* audio_signal )
No description available.