Go to the source code of this file.
◆ trig_codec
Initial value: = {
.name = "TriG codec",
.mimetype = "application/trig",
.extension = "trig",
}
@ VOLK_CODEC_FEAT_ENCODE_STORE
Supports encoding a whole store.
void * trig_encode_store_init(VOLK_Store *store)
Initialize a store encoding loop.
void trig_encode_store_done(void *h)
Finalize the store encoding loop.
VOLK_rc trig_encode_store_iter(void *h, char **res_p)
Encode a chunk from a store.
TriG codec.
Definition at line 9 of file codec_trig.h.