Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h102 class PlayerImplCallback : public PlayerCallback {
104PlayerImplCallback(const std::shared_ptr<PlayerCallback> playerCb, std::shared_ptr<PlayerImpl> pla…
105 ~PlayerImplCallback() = default;
H A Dplayer_impl.cpp431 …std::shared_ptr<PlayerCallback> playerCb = std::make_shared<PlayerImplCallback>(callback, shared_f… in SetPlayerCallback()
514 PlayerImplCallback::PlayerImplCallback(const std::shared_ptr<PlayerCallback> playerCb, in PlayerImplCallback() function in OHOS::Media::PlayerImplCallback
521 void PlayerImplCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
528 void PlayerImplCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()