Home | History | Annotate | Download | only in examples

Lines Matching defs:OutputMix

123     SLObjectItf                OutputMix;
149 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
157 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
179 locator_outputmix.outputMix = OutputMix;
267 (*OutputMix)->Destroy(OutputMix);