Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.h118 void ConstructMediaInfo(napi_value* value, std::shared_ptr<NWebMediaInfo> mediaInfo);
H A Dnative_media_player_impl.cpp342 ConstructMediaInfo(&argv[INTEGER_ONE], mediaInfo); in OnCreate()
433 void NWebCreateNativeMediaPlayerCallbackImpl::ConstructMediaInfo( in ConstructMediaInfo() function in OHOS::NWeb::NWebCreateNativeMediaPlayerCallbackImpl