| Pepper_47_C_interfaces
    | 
#include <pp_video_capture_dev.h>

| Public Attributes | |
| uint32_t | width | 
| uint32_t | height | 
| uint32_t | frames_per_second | 
PP_VideoCaptureDeviceInfo_Dev is a structure that represents a video capture configuration, such as resolution and frame rate.
Definition at line 28 of file pp_video_capture_dev.h.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::frames_per_second | 
Required frames per second.
Definition at line 40 of file pp_video_capture_dev.h.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::height | 
Required frame height.
Definition at line 36 of file pp_video_capture_dev.h.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::width | 
Required frame width.
Definition at line 32 of file pp_video_capture_dev.h.
 1.8.6
 1.8.6