Interface
AgsAudioOscPluginController
Prerequisite
In order to implement OscPluginController, your type must inherit fromGObject
.
Interface structure
struct AgsAudioOscPluginControllerInterface {
GTypeInterface ginterface;
gpointer (* do_request) (
AgsOscPluginController* osc_plugin_controller,
AgsOscConnection* osc_connection,
guchar* message,
guint message_size
);
}
No description available.
Interface members
ginterface |
|
No description available. |
|
do_request |
|
No description available. |