Class
AgsAudioOscWebsocketConnection
Functions
ags_osc_websocket_connection_find_resource_id
Find resource_id
in osc_websocket_connection
.
since: 3.0.0
Instance methods
Methods inherited from AgsOscConnection (6)
ags_osc_connection_close
Close osc_connection
.
since: 3.0.0
ags_osc_connection_read_bytes
Read bytes.
since: 3.0.0
ags_osc_connection_set_flags
Set flags.
since: 3.0.0
ags_osc_connection_test_flags
Test flags
to be set on osc_connection
.
since: 3.0.0
ags_osc_connection_unset_flags
Unset flags.
since: 3.0.0
ags_osc_connection_write_response
Write response.
since: 3.0.0
Properties
Properties inherited from AgsOscConnection (3)
AgsAudio.OscConnection:ip4
The IPv4 address as string of the server connection.
since: 3.0.0
AgsAudio.OscConnection:ip6
The IPv6 address as string of the server connection.
since: 3.0.0
AgsAudio.OscConnection:osc-server
The assigned AgsOscServer
.
since: 3.0.0
Signals
Signals inherited from AgsOscConnection (3)
AgsOscConnection::close
The ::close signal is emited as closing the file descriptor.
since: 3.0.0
AgsOscConnection::read-bytes
The ::read-bytes signal is emited while read bytes.
since: 3.0.0
AgsOscConnection::write-response
The ::write-response signal is emited while write response.
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.