Searched defs:VirtualScreenConfigs (Results 1 – 1 of 1) sorted by relevance
33 struct VirtualScreenConfigs { struct34 ScreenId id = INVALID_SCREEN_ID;35 ScreenId mirrorId = INVALID_SCREEN_ID;36 std::string name;37 uint32_t width = 0;38 uint32_t height = 0;39 sptr<Surface> surface = nullptr;40 GraphicPixelFormat pixelFormat = GRAPHIC_PIXEL_FMT_RGBA_8888;41 int32_t flags = 0; // reserve flag.42 std::unordered_set<uint64_t> whiteList = {};[all …]