Virtual Method
AgsAudioOscBuilderappend_value
since: 3.0.0
Declaration [src]
void
append_value (
AgsOscBuilder* osc_builder,
AgsOscBuilderMessage* message,
gint v_type,
GValue* value
)
Parameters
message
-
Type:
AgsOscBuilderMessage
The message.
The data is owned by the caller of the method. v_type
-
Type:
gint
The type as char.
value
-
Type:
GValue
The
GValue
-struct containinig value.The data is owned by the caller of the method.