31 class EncodedFrameImpl;
48 friend class ConnectionImpl;
124 std::shared_ptr<EncodedFrameImpl> getImpl()
const;
130 std::shared_ptr<EncodedFrameImpl> pImpl;
<a href="IconLegend.html"><img src="extRV.gif" alt="RemoteViz" border="0"></a>
bool isLossless() const
Returns if the frame is lossless.
EncodedFrame(const EncodedFrame &obj)
Copy constructor.
std::string getMessage() const
Gets the frame message.
~EncodedFrame()
Destructor.
EncodedFrame()
Constructor.
EncodingFormat getEncodingFormat() const
Gets the frame encoding format.
size_t getId() const
Gets the frame id.
bool isInteractive() const
Returns if an user interaction is in progress when the frame has been encoded.
size_t getBufferSize() const
Gets the frame buffer size in bytes.
EncodedFrame & operator=(const EncodedFrame &obj)
Copy assignment operator.
EncodingFormat
Encoding format.
#define RENDERSERVICE_API