Functions | |
int | kate_decode_is_idheader (const kate_packet *kp) |
int | kate_decode_headerin (kate_info *ki, kate_comment *kc, kate_packet *kp) |
int | kate_decode_init (kate_state *k, kate_info *ki) |
int | kate_decode_packetin (kate_state *k, kate_packet *kp) |
int | kate_decode_eventout (kate_state *k, kate_const kate_event **event) |
int | kate_decode_seek (kate_state *k) |
|
Requests a pointer to the event decoded by the last packet, if there is one.
|
|
Decodes a header packet, and updates the kate_info and kate_comment structures from the decoded data.
|
|
Initializes a kate_state structure for decoding using the supplied kate_info structure. When done, the kate_state should be cleared using kate_clear.
|
|
Checks if a packet is a Kate ID header
|
|
Decodes a data packet.
|
|
Informs the Kate decoder that seeking has occured. This will cause the decoder to use any future repeat packets to recover data from past events which are still active, but which original packets were before the seek point, and therefore unavailable.
|