Home
last modified time | relevance | path

Searched refs:engineEngine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp164 SLEngineItf engineEngine = nullptr; in OpenSlTest() local
167 (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in OpenSlTest()
170 (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, nullptr, nullptr); in OpenSlTest()
189 …(*engineEngine)->CreateAudioPlayer(engineEngine, &pcmPlayerObject, &slSource, &slSink, number, nul… in OpenSlTest()
207 SLEngineItf engineEngine = nullptr; in OpenSlTestConcurrent() local
211 (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine); in OpenSlTestConcurrent()
214 (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, nullptr, nullptr); in OpenSlTestConcurrent()
244 …(*engineEngine)->CreateAudioPlayer(engineEngine, &pcmPlayerObject1, &slSource1, &slSink, number, n… in OpenSlTestConcurrent()
247 …(*engineEngine)->CreateAudioPlayer(engineEngine, &pcmPlayerObject2, &slSource2, &slSink, number, n… in OpenSlTestConcurrent()
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Dusing-opensl-es-for-playback.md90 3. 获取接口SL_IID_ENGINE的engineEngine实例。
93 SLEngineItf engineEngine = nullptr;
94 (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
120 (*engineEngine)->CreateAudioPlayer(engineEngine,
H A Dusing-opensl-es-for-recording.md83 3. 获取接口SL_IID_ENGINE的引擎接口engineEngine实例。
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-opensl-es-for-playback.md90 3. Obtain the **engineEngine** instance of the **SL_IID_ENGINE** API.
93 SLEngineItf engineEngine = nullptr;
94 (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
120 (*engineEngine)->CreateAudioPlayer(engineEngine,
H A Dusing-opensl-es-for-recording.md83 3. Obtain the **engineEngine** instance of the **SL_IID_ENGINE** API.