Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp307 int32_t VideoView::SetSource(const char * const videoSourceUrl) in SetSource() argument
309 if ((videoPlayer_ == nullptr) || (videoSourceUrl == nullptr)) { in SetSource()
313 std::string uri(videoSourceUrl); in SetSource()
317 … HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView set source success, %{public}s", videoSourceUrl); in SetSource()
H A Dvideo_view.h66 int32_t SetSource(const char * const videoSourceUrl);