Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp357 } else if (state == AVPlayerState::STATE_COMPLETED && jsPlayer->IsLiveSource()) { in JsPlay()
714 if (jsPlayer->IsLiveSource()) { in JsSeek()
875 if (jsPlayer->IsLiveSource()) { in JsSetSpeed()
1844 if (jsPlayer->IsLiveSource()) { in JsSetLoop()
2229 if (jsPlayer->IsLiveSource() && jsPlayer->dataSrcCb_ == nullptr) { in JsGetCurrentTime()
2253 if (jsPlayer->IsControllable() && !jsPlayer->IsLiveSource()) { in JsGetDuration()
2963 bool AVPlayerNapi::IsLiveSource() const in IsLiveSource() function in OHOS::Media::AVPlayerNapi
H A Davplayer_napi.h318 bool IsLiveSource() const;

Completed in 7 milliseconds