Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/media_adapter/src/
Dplayer_framework_adapter_impl.cpp147 int32_t hintValue = -1; in OnInfo() local
149 infoBody.GetIntValue(OHOS::Media::PlayerKeys::AUDIO_INTERRUPT_HINT, hintValue); in OnInfo()
152 callbackAdapter_->OnInfo(ConvertInfoType(type), extra, hintValue); in OnInfo()