AgsOscRenewController

AgsOscRenewController — OSC renew controller

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/audio/osc/controller/ags_osc_renew_controller.h>

Description

The AgsOscRenewController implements the OSC renew controller.

Functions

ags_osc_renew_controller_set_data ()

gpointer
ags_osc_renew_controller_set_data (AgsOscRenewController *osc_renew_controller,
                                   AgsOscConnection *osc_connection,
                                   unsigned char *message,
                                   guint message_size);

Renew data.

Parameters

osc_renew_controller

the AgsOscRenewController

 

osc_connection

the AgsOscConnection

 

message

the message received

 

message_size

the message size

 

Returns

the GList containing AgsOscResponse

Since: 3.0.0


ags_osc_renew_controller_new ()

AgsOscRenewController *
ags_osc_renew_controller_new ();

Instantiate new AgsOscRenewController

Returns

the AgsOscRenewController

Since: 3.0.0

Types and Values

AGS_OSC_RENEW_CONTROLLER_CONTEXT_PATH_LENGTH

#define AGS_OSC_RENEW_CONTROLLER_CONTEXT_PATH_LENGTH (8)