Searched defs:AudioEffectInterface (Results 1 – 1 of 1) sorted by relevance
323 struct AudioEffectInterface { struct324 int32_t (*process) (AudioEffectHandle self, AudioBuffer *inBuffer, AudioBuffer *outBuffer);325 int32_t (*command) (AudioEffectHandle self, uint32_t cmdCode,