Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h26 enum class MediaType { VIDEO = 0, AUDIO }; class
78 virtual MediaType GetMediaType() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_media_info_wrapper.h26 using ArkWebMediaType = OHOS::NWeb::MediaType;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp97 const std::string NPI_MEDIA_TYPE_ENUM_NAME = "MediaType"; in ExportEnumMediaType()
100 "VIDEO", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(MediaType::VIDEO))), in ExportEnumMediaType()
102 "AUDIO", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(MediaType::AUDIO))), in ExportEnumMediaType()

Completed in 2 milliseconds