AgsOscWebsocketConnection

AgsOscWebsocketConnection — the OSC server side WebSockets connection

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/osc/ags_osc_websocket_connection.h>

Description

AgsOscWebsocketConnection your OSC server side websocket_connection.

Functions

ags_osc_websocket_connection_find_resource_id ()

GList *
ags_osc_websocket_connection_find_resource_id
                               (GList *osc_websocket_connection,
                                gchar *resource_id);

Find resource_id in osc_websocket_connection .

Parameters

osc_websocket_connection

the GList containing AgsOscWebsocketConnection.

[element-type AgsAudio.OscWebsocketConnection][transfer none]

resource_id

the resource id

 

Returns

the next matchine GList or NULL.

[element-type AgsAudio.OscWebsocketConnection][transfer none]

Since: 3.0.0


ags_osc_websocket_connection_new ()

AgsOscWebsocketConnection *
ags_osc_websocket_connection_new (GObject *osc_server);

Creates a new instance of AgsOscWebsocketConnection

Parameters

osc_server

the AgsOscServer

 

Returns

the new AgsOscWebsocketConnection

Since: 3.0.0