Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player.cpp27 DEFINE_CAST_ENGINE_LABEL("Cast-Client-StreamPlayer");
29 StreamPlayer::~StreamPlayer() in ~StreamPlayer()
34 int32_t StreamPlayer::RegisterListener(std::shared_ptr<IStreamPlayerListener> listener) in RegisterListener()
49 int32_t StreamPlayer::UnregisterListener() in UnregisterListener()
54 int32_t StreamPlayer::SetSurface(const std::string &surfaceId) in SetSurface()
74 int32_t StreamPlayer::Load(const MediaInfo &mediaInfo) in Load()
79 int32_t StreamPlayer::Play(const MediaInfo &mediaInfo) in Play()
84 int32_t StreamPlayer::Play(int index) in Play()
89 int32_t StreamPlayer
[all...]
H A Dcast_session.cpp142 auto player = std::make_shared<StreamPlayer>(streamPlayerIpc); in CreateStreamPlayer()
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player.h29 class StreamPlayer : public IStreamPlayer { class
31 explicit StreamPlayer(sptr<IStreamPlayerIpc> proxy) : proxy_(proxy) {} in StreamPlayer() function in OHOS::CastEngine::CastEngineClient::StreamPlayer
32 ~StreamPlayer() override;

Completed in 1 milliseconds