Class

AgsAudioOscWebsocketConnection

[]

Description

class AgsAudio.OscWebsocketConnection : AgsAudio.OscConnection
{
  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)
Methods inherited from GObject (43)
[]

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)
[]

Signals

Signals inherited from AgsOscConnection (3)
Signals inherited from GObject (1)

Class structure