Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp247 int32_t streamId = asyncCtx->soundPool_->Play(asyncCtx->soundId_, asyncCtx->playParameters_); in JsPlay()
747 CommonNapi::GetPropertyInt32(env, argv[PARAM1], "loop", asyncCtx->playParameters_.loop); in ParserPlayOptionFromJs()
748 CommonNapi::GetPropertyInt32(env, argv[PARAM1], "rate", asyncCtx->playParameters_.rate); in ParserPlayOptionFromJs()
752 asyncCtx->playParameters_.leftVolume = static_cast<float>(leftVolume); in ParserPlayOptionFromJs()
756 asyncCtx->playParameters_.rightVolume = static_cast<float>(leftVolume); in ParserPlayOptionFromJs()
758 CommonNapi::GetPropertyInt32(env, argv[PARAM1], "priority", asyncCtx->playParameters_.priority); in ParserPlayOptionFromJs()
759 GetPropertyBool(env, argv[PARAM1], "parallelPlayFlag", asyncCtx->playParameters_.parallelPlayFlag); in ParserPlayOptionFromJs()
763 asyncCtx->playParameters_.cacheDir = abilityContext->GetCacheDir(); in ParserPlayOptionFromJs()
765 asyncCtx->playParameters_.cacheDir = "/data/storage/el2/base/temp"; in ParserPlayOptionFromJs()
767 MEDIA_LOGI("playParameters_ loo in ParserPlayOptionFromJs()
[all...]
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h170 PlayParams playParameters_; member

Completed in 3 milliseconds