Android-cuttlefish cvd tool
|
#include <display_handler.h>
Public Member Functions | |
std::unique_ptr< WebRtcScProcessedFrame > | Clone () |
Public Attributes | |
std::unique_ptr< CvdVideoFrameBuffer > | buf_ |
![]() | |
uint32_t | display_number_ |
bool | is_success_ |
ScreenConnectorImpl will generate this, and enqueue
It's basically a (processed) frame, so it: must be efficiently std::move-able Also, for the sake of algorithm simplicity: must be default-constructable & assignable
|
inline |
std::unique_ptr<CvdVideoFrameBuffer> cuttlefish::WebRtcScProcessedFrame::buf_ |