Class

AgsAudioOscWebsocketConnection

Description

class AgsAudio.OscWebsocketConnection : AgsAudio.OscConnection {
  connection: AgsOscConnection,
  websocket_connection: SoupWebsocketConnection*,
  security_context: GObject*,
  login: gchar*,
  security_token: gchar*,
  resource_id: gchar*
}
No description available.

Constructors

ags_osc_websocket_connection_new

Creates a new instance of AgsOscWebsocketConnection.

since: 3.0.0

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.OscWebsocketConnection:login

The current login.

since: 3.0.0

AgsAudio.OscWebsocketConnection:resource-id

The resource ID from a redirect.

since: 3.0.0

AgsAudio.OscWebsocketConnection:security-context

The assigned AgsSecurityContext.

since: 3.0.0

AgsAudio.OscWebsocketConnection:security-token

The current security token.

since: 3.0.0

AgsAudio.OscWebsocketConnection:websocket-connection

The assigned SoupMessage.

since: 3.0.0

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.

Class structure

struct AgsAudioOscWebsocketConnectionClass {
  AgsOscConnectionClass connection;
  
}
No description available.
Class members
connection: AgsOscConnectionClass
No description available.