Searched refs:NotifyIsLiveStream (Results 1 – 4 of 4) sorted by relevance
36 virtual void NotifyIsLiveStream() = 0;80 void NotifyIsLiveStream(const int32_t extra, const Format &infoBody);
333 void NotifyIsLiveStream() override;
652 … [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::AVPlayerCallback760 listener_->NotifyIsLiveStream(); in NotifyIsLiveStream()
2868 void AVPlayerNapi::NotifyIsLiveStream() in NotifyIsLiveStream() function in OHOS::Media::AVPlayerNapi