Home
last modified time | relevance | path

Searched refs:extraEffectChainType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain.h95 uint32_t extraEffectChainType_ = 0; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp115 extraEffectChainType_ = static_cast<uint32_t>(std::stoi(extraSceneType)); in SetExtraSceneType()
182 data[EXTRA_SCENE_TYPE_INDEX] = static_cast<int32_t>(extraEffectChainType_); in SetEffectParamToHandle()