Home | History | Annotate | Download | only in examples

Lines Matching refs:outputMix

61     SLObjectItf  player, outputMix;
104 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
108 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
116 locator_outputmix.outputMix = outputMix;
273 (*outputMix)->Destroy(outputMix);
288 fprintf(stdout, "on an OutputMix object\n");