| 
    Chromium Embedded Framework (CEF)
    135.0.1+gd336310+chromium-135.0.7049.3
    
   | 
 
Structure containing shared texture common metadata. More...
#include "include/internal/cef_types_osr.h"
Public Attributes | |
| size_t | size | 
| Size of this structure.  More... | |
| uint64_t | timestamp | 
| Timestamp of the frame in microseconds since capture start.  More... | |
| cef_size_t | coded_size | 
| The full dimensions of the video frame.  More... | |
| cef_rect_t | visible_rect | 
| The visible area of the video frame.  More... | |
| cef_rect_t | content_rect | 
| The region of the video frame that capturer would like to populate.  More... | |
| cef_size_t | source_size | 
| Full size of the source frame.  More... | |
| cef_rect_t | capture_update_rect | 
Updated area of frame, can be considered as the dirty area.  More... | |
| cef_rect_t | region_capture_rect | 
| May reflects where the frame's contents originate from if region capture is used internally.  More... | |
| uint64_t | capture_counter | 
| The increamental counter of the frame.  More... | |
| uint8_t | has_capture_update_rect | 
| Optional flag of capture_update_rect.  More... | |
| uint8_t | has_region_capture_rect | 
| Optional flag of region_capture_rect.  More... | |
| uint8_t | has_source_size | 
| Optional flag of source_size.  More... | |
| uint8_t | has_capture_counter | 
| Optional flag of capture_counter.  More... | |
Structure containing shared texture common metadata.
For documentation on each field, please refer to src/media/base/video_frame_metadata.h for actual details.
| uint64_t cef_accelerated_paint_info_common_t::capture_counter | 
The increamental counter of the frame.
| cef_rect_t cef_accelerated_paint_info_common_t::capture_update_rect | 
Updated area of frame, can be considered as the dirty area. 
| cef_size_t cef_accelerated_paint_info_common_t::coded_size | 
The full dimensions of the video frame.
| cef_rect_t cef_accelerated_paint_info_common_t::content_rect | 
The region of the video frame that capturer would like to populate.
| uint8_t cef_accelerated_paint_info_common_t::has_capture_counter | 
Optional flag of capture_counter.
| uint8_t cef_accelerated_paint_info_common_t::has_capture_update_rect | 
Optional flag of capture_update_rect.
| uint8_t cef_accelerated_paint_info_common_t::has_region_capture_rect | 
Optional flag of region_capture_rect.
| uint8_t cef_accelerated_paint_info_common_t::has_source_size | 
Optional flag of source_size.
| cef_rect_t cef_accelerated_paint_info_common_t::region_capture_rect | 
May reflects where the frame's contents originate from if region capture is used internally.
| size_t cef_accelerated_paint_info_common_t::size | 
Size of this structure.
| cef_size_t cef_accelerated_paint_info_common_t::source_size | 
Full size of the source frame.
| uint64_t cef_accelerated_paint_info_common_t::timestamp | 
Timestamp of the frame in microseconds since capture start.
| cef_rect_t cef_accelerated_paint_info_common_t::visible_rect | 
The visible area of the video frame.