Home | History | Annotate | Download | only in examples

Lines Matching refs:sl

73 void TestSendToPresetReverb( SLObjectItf sl, const char* path, int preset, SLmillibel directLevel,
106 /* Get the SL Engine Interface which is implicit */
107 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
331 SLObjectItf sl;
372 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
375 /* Realizing the SL Engine in synchronous mode. */
376 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2]),
384 (*sl)->Destroy(sl);