Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp250 void OnNotifyIsLiveStream(const int32_t extra, const Format &infoBody);
314 … [this](const int32_t extra, const Format &infoBody) { OnNotifyIsLiveStream(extra, infoBody); } }, in NativeAVPlayerCallback()
743 void NativeAVPlayerCallback::OnNotifyIsLiveStream(const int32_t extra, const Format &infoBody) in OnNotifyIsLiveStream() function in NativeAVPlayerCallback