Class
AgsAudioOscParser
Signals
AgsAudio.OscParser::parse-bytes
The ::parse-bytes signal is emited during parsing of bytes.
since: 3.0.0
AgsAudio.OscParser::parse-full
The ::parse-full signal is emited during parsing of osc file.
since: 3.0.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AgsAudioOscParserClass {
GObjectClass gobject;
int (* osc_getc) (
AgsOscParser* osc_parser
);
void (* on_error) (
AgsOscParser* osc_parser,
GError** error
);
xmlDoc* (* parse_full) (
AgsOscParser* osc_parser
);
xmlNode* (* parse_bytes) (
AgsOscParser* osc_parser,
guchar* osc_buffer,
guint buffer_length
);
xmlNode* (* packet) (
AgsOscParser* osc_parser
);
xmlNode* (* bundle) (
AgsOscParser* osc_parser
);
xmlNode* (* message) (
AgsOscParser* osc_parser
);
xmlNode* (* value) (
AgsOscParser* osc_parser,
guint v_type
);
}
No description available.
Class members
gobject: GObjectClass
No description available.
osc_getc: int (* osc_getc) ( AgsOscParser* osc_parser )
No description available.
on_error: void (* on_error) ( AgsOscParser* osc_parser, GError** error )
No description available.
parse_full: xmlDoc* (* parse_full) ( AgsOscParser* osc_parser )
No description available.
parse_bytes: xmlNode* (* parse_bytes) ( AgsOscParser* osc_parser, guchar* osc_buffer, guint buffer_length )
No description available.
packet: xmlNode* (* packet) ( AgsOscParser* osc_parser )
No description available.
bundle: xmlNode* (* bundle) ( AgsOscParser* osc_parser )
No description available.
message: xmlNode* (* message) ( AgsOscParser* osc_parser )
No description available.
value: xmlNode* (* value) ( AgsOscParser* osc_parser, guint v_type )
No description available.