Searched defs:effect_descriptor_s (Results 1 – 1 of 1) sorted by relevance
70 typedef struct effect_descriptor_s { struct71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect72 effect_uuid_t uuid; // UUID for this particular implementation73 uint32_t apiVersion; // Version of the effect control API implemented74 uint32_t flags; // effect engine capabilities/requirements flags (see below)75 uint16_t cpuLoad; // CPU load indication (see below)76 uint16_t memoryUsage; // Data Memory usage (see below)77 char name[EFFECT_STRING_LEN_MAX]; // human readable effect name78 char implementor[EFFECT_STRING_LEN_MAX]; // human readable effect implementor name