Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_OSC_EXPORT_CONTROLLER |
struct | AgsOscExportController |
struct | AgsOscExportControllerClass |
gpointer ags_osc_export_controller_do_export (AgsOscExportController *osc_export_controller
,AgsOscConnection *osc_connection
,guchar *message
,guint message_size
);
Run export.
osc_export_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 3.0.0
AgsOscExportController * ags_osc_export_controller_new ();
Instantiate new AgsOscExportController
Since: 3.0.0
#define AGS_IS_OSC_EXPORT_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_EXPORT_CONTROLLER))
#define AGS_IS_OSC_EXPORT_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OSC_EXPORT_CONTROLLER))
#define AGS_OSC_EXPORT_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_EXPORT_CONTROLLER, AgsOscExportController))
#define AGS_OSC_EXPORT_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_OSC_EXPORT_CONTROLLER, AgsOscExportControllerClass))
#define AGS_OSC_EXPORT_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_OSC_EXPORT_CONTROLLER, AgsOscExportControllerClass))
#define AGS_TYPE_OSC_EXPORT_CONTROLLER (ags_osc_export_controller_get_type())
“do-export”
signalgpointer user_function (AgsOscExportController *osc_export_controller, GObject *osc_connection, gpointer message, guint message_size, gpointer user_data)
The ::do-export signal is emited during get data of export controller.
osc_export_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0