Searched defs:AudioRendererInfo (Results 1 – 4 of 4) sorted by relevance
367 struct AudioRendererInfo { struct371 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 …]
32 let AudioRendererInfo = { class in AnonymousFunction648fe4310100
110 async function createAudioRenderer(AudioRendererInfo, AudioStreamInfo, done) { argument