Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h74 void OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp660 … [this](const int32_t extra, const Format &infoBody) { OnDrmInfoUpdatedCb(extra, infoBody); } }, in AVPlayerCallback()
1208 void AVPlayerCallback::OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody) in OnDrmInfoUpdatedCb() function in OHOS::Media::AVPlayerCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp255 void OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody);
324 … [this](const int32_t extra, const Format &infoBody) { OnDrmInfoUpdatedCb(extra, infoBody); } }, in NativeAVPlayerCallback()
349 OnDrmInfoUpdatedCb(extra, infoBody); in OnInfo()
817 void NativeAVPlayerCallback::OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody) in OnDrmInfoUpdatedCb() function in NativeAVPlayerCallback