Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp951 napi_value jsEffectInofObj = nullptr; in SetEffectInfo() local
953 napi_create_object(env, &jsEffectInofObj); in SetEffectInfo()
955 SetValueUInt32(env, mode, jsEffectInofObj); in SetEffectInfo()
956 napi_set_element(env, result, position, jsEffectInofObj); in SetEffectInfo()