5#ifndef MALENA_SCREEN_SENDER_H
6#define MALENA_SCREEN_SENDER_H
60 void setUrl(
const std::string& rtspUrl);
91 const std::string&
url()
const;
95 std::unique_ptr<Impl> _impl;
112template<
typename Manifest>
Base class for all Malena manifests.
ScreenSenderBase(const char *name, const char *rtspUrl)
void setCaptureWindow(unsigned int windowId)
bool isPublishing() const
void setWindowHelperPath(const std::string &path)
void setCaptureIndex(int index)
ScreenSenderBase & operator=(const ScreenSenderBase &)=delete
const std::string & senderName() const
virtual ~ScreenSenderBase()
const std::string & url() const
ScreenSenderBase(const ScreenSenderBase &)=delete
void setUrl(const std::string &rtspUrl)