Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp302 void OnNotifyIsLiveStream(const int32_t extra, const Format &infoBody);
366 [this](const int32_t extra, const Format &infoBody) { OnNotifyIsLiveStream(extra, infoBody); } }, in NativeAVPlayerCallback()
797 void NativeAVPlayerCallback::OnNotifyIsLiveStream(const int32_t extra, const Format &infoBody) in OnNotifyIsLiveStream() function in NativeAVPlayerCallback::NativeAVPlayerCallback
801 MEDIA_LOGI("0x%{public}06" PRIXPTR " OnNotifyIsLiveStream extra: %{public}d", FAKE_POINTER(this), extra); in OnNotifyIsLiveStream()
804 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnNotifyIsLiveStream OH_AVFormat create failed"); in OnNotifyIsLiveStream()

Completed in 4 milliseconds