Home
last modified time | relevance | path

Searched refs:tempvolume (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp799 double tempvolume; in ParserVolumeOptionFromJs() local
800 status = napi_get_value_double(env, argv[PARAM1], &tempvolume); in ParserVolumeOptionFromJs()
803 asyncCtx->leftVolume_ = static_cast<float>(tempvolume); in ParserVolumeOptionFromJs()
805 status = napi_get_value_double(env, argv[PARAM2], &tempvolume); in ParserVolumeOptionFromJs()
808 asyncCtx->rightVolume_ = static_cast<float>(tempvolume); in ParserVolumeOptionFromJs()

Completed in 3 milliseconds