Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.h108 const Media::Player* GetVideoPlayer() const;
H A Dvideo_view.cpp98 const Media::Player *VideoView::GetVideoPlayer() const in GetVideoPlayer() function in OHOS::ACELite::VideoView
H A Dvideo_component.cpp255 Media::Player *videoPlayer = const_cast<Media::Player *>(videoView_->GetVideoPlayer()); in RegisterVideoEventListener()