Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp358 } else if (state == AVPlayerState::STATE_COMPLETED && jsPlayer->IsLiveSource()) { in JsPlay()
715 if (jsPlayer->IsLiveSource()) { in JsSeek()
876 if (jsPlayer->IsLiveSource()) { in JsSetSpeed()
1847 if (jsPlayer->IsLiveSource()) { in JsSetLoop()
2244 if (jsPlayer->IsLiveSource() && jsPlayer->dataSrcCb_ == nullptr) { in JsGetCurrentTime()
2268 if (jsPlayer->IsControllable() && !jsPlayer->IsLiveSource()) { in JsGetDuration()
2965 bool AVPlayerNapi::IsLiveSource() const in IsLiveSource() function in OHOS::Media::AVPlayerNapi
H A Davplayer_napi.h322 bool IsLiveSource() const;