JACK-AUDIO-CONNECTION-KIT
|
#include <metadata.h>
Data Fields | |
jack_uuid_t | subject |
uint32_t | property_cnt |
jack_property_t * | properties |
uint32_t | property_size |
A description of a subject (a set of properties).
jack_property_t* jack_description_t::properties |
Array of properties.
uint32_t jack_description_t::property_cnt |
Number of elements in "properties".
uint32_t jack_description_t::property_size |
Private, do not use.
jack_uuid_t jack_description_t::subject |
Subject being described.