AgsOscInfoController

AgsOscInfoController — OSC info controller

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsOscInfoController implements the OSC info controller.

Functions

ags_osc_info_controller_get_info ()

gpointer
ags_osc_info_controller_get_info (AgsOscInfoController *osc_info_controller,
                                  AgsOscConnection *osc_connection,
                                  guchar *message,
                                  guint message_size);

Get info.

Parameters

osc_info_controller

the AgsOscInfoController

 

osc_connection

the AgsOscConnection

 

message

the message received

 

message_size

the message size

 

Returns

the GList containing AgsOscResponse

Since: 3.0.0


ags_osc_info_controller_new ()

AgsOscInfoController *
ags_osc_info_controller_new ();

Instantiate new AgsOscInfoController

Returns

the AgsOscInfoController

Since: 3.0.0