Add POD helper objects

POD (plain old data) objects are similar to LV2 Atoms and allows storage
and construction of datastructures in memory or on the stack. They can
be copied with a simple memcpy.

The idea is to use this to construct the network messages and to replace
the structures used for describing formats and properties.
This commit is contained in:
Wim Taymans 2017-02-22 13:12:32 +01:00
parent 922997175d
commit 7fc73953cd
8 changed files with 657 additions and 11 deletions

View file

@ -14,6 +14,8 @@ spa_headers = [
'node-event.h',
'node.h',
'plugin.h',
'pod.h',
'pod-builder.h',
'port.h',
'props.h',
'ringbuffer.h'