Signal
AgsAudioMidiParser::parse-bytes
since: 3.0.0
[−]
Declaration
gpointer
parse_bytes (
AgsMidiParser* self,
gpointer buffer,
guint buffer_length,
gpointer user_data
)
[−]
Description [src]
The ::parse-bytes signal is emited during parsing of bytes.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
[−]
Parameters
buffer
-
Type:
gpointer
The MIDI data.
The argument can be NULL
.The data is owned by the caller of the function. buffer_length
-
Type:
guint
The buffer’s length.
[−]
Return value
Type: gpointer
The XML node representing the event.
The data is owned by the called function. |
The return value can be NULL . |