Home | History | Annotate | Download | only in examples

Lines Matching defs:outputMix

80     SLObjectItf  player, outputMix;
124 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
128 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
132 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
137 locator_outputmix.outputMix = outputMix;
318 (*outputMix)->Destroy(outputMix);
334 fprintf(stdout, "on AudioPlayer and SLPresetReverbItf on OutputMix.\n");