Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h43 constexpr int32_t AUDIO_EFFECT_COUNT_PROPERTY_UPPER_LIMIT = 20; // max num of property variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp465 …HECK_AND_RETURN_RET_LOG(containSize >= 0 && containSize <= AUDIO_EFFECT_COUNT_PROPERTY_UPPER_LIMIT, in UnmarshellEffectChainMgrParam()