Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h36 virtual void NotifyIsLiveStream() = 0;
80 void NotifyIsLiveStream(const int32_t extra, const Format &infoBody);
H A Davplayer_napi.h333 void NotifyIsLiveStream() override;
H A Davplayer_callback.cpp652 … [this](const int32_t extra, const Format &infoBody) { NotifyIsLiveStream(extra, infoBody); } }, in AVPlayerCallback()
755 void AVPlayerCallback::NotifyIsLiveStream(const int32_t extra, const Format &infoBody) in NotifyIsLiveStream() function in OHOS::Media::AVPlayerCallback
760 listener_->NotifyIsLiveStream(); in NotifyIsLiveStream()
H A Davplayer_napi.cpp2868 void AVPlayerNapi::NotifyIsLiveStream() in NotifyIsLiveStream() function in OHOS::Media::AVPlayerNapi