Constructor

AgsAudioOscWebsocketConnectionnew

since: 3.0.0

Declaration [src]

AgsOscWebsocketConnection*
ags_osc_websocket_connection_new (
  GObject* osc_server
)

Description [src]

Creates a new instance of AgsOscWebsocketConnection.

Available since: 3.0.0

Parameters

osc_server

Type: GObject

The AgsOscServer.

The data is owned by the caller of the function.

Return value

Type: AgsOscWebsocketConnection

The new AgsOscWebsocketConnection.

The caller of the function takes ownership of the data, and is responsible for freeing it.