AgsOscStatusController

AgsOscStatusController — OSC status controller

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsOscStatusController implements the OSC status controller.

Functions

ags_osc_status_controller_get_status ()

gpointer
ags_osc_status_controller_get_status (AgsOscStatusController *osc_status_controller,
                                      AgsOscConnection *osc_connection,
                                      guchar *message,
                                      guint message_size);

Get status.

Parameters

osc_status_controller

the AgsOscStatusController

 

osc_connection

the AgsOscConnection

 

message

the message received

 

message_size

the message size

 

Returns

the GList containing AgsOscResponse

Since: 3.0.0


ags_osc_status_controller_new ()

AgsOscStatusController *
ags_osc_status_controller_new ();

Instantiate new AgsOscStatusController

Since: 3.0.0