Home
last modified time | relevance | path

Searched defs:AudioRendererInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h367 struct AudioRendererInfo { struct
371 std::string sceneType = "";
372 bool spatializationEnabled = false;
373 bool headTrackingEnabled = false;
374 int32_t originalFlag = AUDIO_FLAG_NORMAL;
377 AudioSampleFormat format = SAMPLE_S16LE;
378 uint8_t encodingType = 0;
379 uint64_t channelLayout = 0ULL;
380 bool isOffloadAllowed = true;
382 bool Marshalling(Parcel &parcel) const in Marshalling()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/test/unittest/stream_manager_test/
H A DAudioStreamManagerJsTest.js32 let AudioRendererInfo = { class in AnonymousFunction648fe4310100
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptRareTypeUnitTest.js110 async function createAudioRenderer(AudioRendererInfo, AudioStreamInfo, done) { argument
H A DAudioRendererInterruptCommonTypeUnitTest.js110 async function createAudioRenderer(AudioRendererInfo, AudioStreamInfo, done) { argument