Virtual Method
AgsAudioOscInfoControllerget_info
since: 3.0.0
[−]
Declaration [src]
gpointer
get_info (
AgsOscInfoController* osc_info_controller,
AgsOscConnection* osc_connection,
guchar* message,
guint message_size
)
[−]
Parameters
osc_connection
-
Type:
AgsOscConnection
The
AgsOscConnection
.The data is owned by the caller of the method. message
-
Type:
guchar*
The message received.
The data is owned by the caller of the method. message_size
-
Type:
guint
The message size.
[−]
Return value
Type: gpointer
The GList
-struct containing AgsOscResponse
.
The returned data is owned by the instance. |
The return value can be NULL . |