Ags.SoundServer¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.SoundServer¶
- Bases:
- Structure:
- get_ports(port_count)¶
- Parameters:
port_count (
int
) – the number of ports returned- Returns:
the port as string
None
-terminated array- Return type:
Gets the ports of self.
New in version 3.0.0.
- get_sequencer(client_uuid)¶
- Parameters:
client_uuid (
str
) – the client uuid- Returns:
the sequencer as
GLib.List
-struct- Return type:
Gets the sequencer of self associated with client_uuid.
New in version 3.0.0.
- get_soundcard(client_uuid)¶
- Parameters:
client_uuid (
str
) – the client uuid- Returns:
the soundcard as
GLib.List
-struct- Return type:
Gets the soundcard of self associated with client_uuid.
New in version 3.0.0.
- register_sequencer(is_output)¶
- Parameters:
- Returns:
a new
Ags.Sequencer
- Return type:
Fetches sequencer of self.
New in version 3.0.0.
- register_soundcard(is_output)¶
- Parameters:
- Returns:
a new
Ags.Soundcard
- Return type:
Fetches soundcard of self.
New in version 3.0.0.
- set_sequencer(client_uuid, sequencer)¶
- Parameters:
client_uuid (
str
) – the location to fetch fromsequencer ([
GObject.Object
]) – the sequencer to set
Sets the sequencer at client_uuid.
New in version 3.0.0.
- set_soundcard(client_uuid, soundcard)¶
- Parameters:
client_uuid (
str
) – the location to fetch fromsoundcard ([
GObject.Object
]) – the soundcard to set
Sets the soundcard at client_uuid.
New in version 3.0.0.
- unregister_sequencer(sequencer)¶
- Parameters:
sequencer (
GObject.Object
) – theAgs.Sequencer
Releases sequencer in self.
New in version 3.0.0.
- unregister_soundcard(soundcard)¶
- Parameters:
soundcard (
GObject.Object
) – theAgs.Soundcard
Releases soundcard in self.
New in version 3.0.0.
- do_get_ports(port_count) virtual¶
- Parameters:
port_count (
int
) – the number of ports returned- Returns:
the port as string
None
-terminated array- Return type:
Gets the ports of sound_server.
New in version 3.0.0.
- do_get_sequencer(client_uuid) virtual¶
- Parameters:
client_uuid (
str
) – the client uuid- Returns:
the sequencer as
GLib.List
-struct- Return type:
Gets the sequencer of sound_server associated with client_uuid.
New in version 3.0.0.
- do_get_soundcard(client_uuid) virtual¶
- Parameters:
client_uuid (
str
) – the client uuid- Returns:
the soundcard as
GLib.List
-struct- Return type:
Gets the soundcard of sound_server associated with client_uuid.
New in version 3.0.0.
- do_get_url() virtual¶
- Returns:
the URL as string
- Return type:
Gets the URL of sound_server.
New in version 3.0.0.
- do_register_sequencer(is_output) virtual¶
- Parameters:
- Returns:
a new
Ags.Sequencer
- Return type:
Fetches sequencer of sound_server.
New in version 3.0.0.
- do_register_soundcard(is_output) virtual¶
- Parameters:
- Returns:
a new
Ags.Soundcard
- Return type:
Fetches soundcard of sound_server.
New in version 3.0.0.
- do_set_sequencer(client_uuid, sequencer) virtual¶
- Parameters:
client_uuid (
str
) – the location to fetch fromsequencer ([
GObject.Object
]) – the sequencer to set
Sets the sequencer at client_uuid.
New in version 3.0.0.
- do_set_soundcard(client_uuid, soundcard) virtual¶
- Parameters:
client_uuid (
str
) – the location to fetch fromsoundcard ([
GObject.Object
]) – the soundcard to set
Sets the soundcard at client_uuid.
New in version 3.0.0.
- do_set_url(url) virtual¶
- Parameters:
url (
str
) – the url to set
Sets the url of sound_server.
New in version 3.0.0.
- do_unregister_sequencer(sequencer) virtual¶
- Parameters:
sequencer (
GObject.Object
) – theAgs.Sequencer
Releases sequencer in sound_server.
New in version 3.0.0.
- do_unregister_soundcard(soundcard) virtual¶
- Parameters:
soundcard (
GObject.Object
) – theAgs.Soundcard
Releases soundcard in sound_server.
New in version 3.0.0.