/** The factory information. Extra information can be added in later versions */ struct pw_factory_info {
uint32_t id; /**< id of the global */ constchar *name; /**< name the factory */ constchar *type; /**< type of the objects created by this factory */
uint32_t version; /**< version of the objects */ #define PW_FACTORY_CHANGE_MASK_PROPS (1 << 0) #define PW_FACTORY_CHANGE_MASK_ALL ((1 << 1)-1)
uint64_t change_mask; /**< bitfield of changed fields since last call */ struct spa_dict *props; /**< the properties of the factory */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.