Virtual Method
AgsAudioOscParserparse_bytes
since: 3.0.0
Declaration [src]
xmlNode*
parse_bytes (
AgsOscParser* osc_parser,
guchar* osc_buffer,
guint buffer_length
)
Parameters
osc_buffer
-
Type:
guchar*
The data buffer.
The data is owned by the caller of the method. buffer_length
-
Type:
guint
The length of data buffer.
Return value
Type: xmlNode
The parsed XML node.
The returned data is owned by the instance. |