Home | History | Annotate | Download | only in examples

Lines Matching refs:outputMix

126     SLObjectItf                OutputMix;
152 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
156 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
182 locator_outputmix.outputMix = OutputMix;
270 (*OutputMix)->Destroy(OutputMix);