Method

AgsAudioOscParserparse_bytes

since: 3.0.0

[]

Declaration [src]

xmlNode*
ags_osc_parser_parse_bytes (
  AgsOscParser* osc_parser,
  guchar* osc_buffer,
  guint buffer_length
)
[]

Description [src]

Parse bytes.

Available since: 3.0.0

[]

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.