Class

AgsAudioOscXmlrpcController

[]

Description

class AgsAudio.OscXmlrpcController : Ags.Controller
  implements Ags.PluginController {
  flags: AgsOscXmlrpcControllerFlags,
  osc_xmlrpc_server: GObject*,
  do_reset: volatile gboolean,
  delegate_mutex: GMutex,
  delegate_cond: GCond,
  message: GList*,
  queued_response: GList*
}

No description available.

[]

Constructors

ags_osc_xmlrpc_controller_new

Instantiate new AgsOscXmlrpcController.

since: 3.0.0

[]

Instance methods

ags_osc_xmlrpc_controller_add_message

Add message to osc_xmlrpc_controller.

since: 3.0.0

ags_osc_xmlrpc_controller_remove_message

Remove message from osc_xmlrpc_controller.

since: 3.0.0

ags_osc_xmlrpc_controller_set_flags

Set flags.

since: 3.0.0

ags_osc_xmlrpc_controller_start_delegate

Start delegating.

since: 3.0.0

ags_osc_xmlrpc_controller_stop_delegate

Stop delegating.

since: 3.0.0

ags_osc_xmlrpc_controller_test_flags

Test flags to be set on osc_xmlrpc_controller.

since: 3.0.0

ags_osc_xmlrpc_controller_unset_flags

Unset flags.

since: 3.0.0

Methods inherited from AgsController (4)
Methods inherited from GObject (43)
Methods inherited from AgsPluginController (1)
[]

Properties

AgsAudio.OscXmlrpcController:osc-xmlrpc-server

The assigned AgsOscXmlrpcServer.

since: 3.0.0

Properties inherited from AgsController (2)
[]

Signals

AgsAudio.OscXmlrpcController::start-delegate

The ::start-delegate signal is emited during start of delegating messages.

since: 3.0.0

AgsAudio.OscXmlrpcController::stop-delegate

The ::stop-delegate signal is emited during stop of delegating messages.

since: 3.0.0

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

AgsAudio.OscXmlrpcControllerClass.start_delegate

Start delegating.

since: 3.0.0

AgsAudio.OscXmlrpcControllerClass.stop_delegate

Stop delegating.

since: 3.0.0