Pepper_47_C_interfaces
Public Attributes | List of all members
PP_VideoCaptureDeviceInfo_Dev Struct Reference

#include <pp_video_capture_dev.h>

Collaboration diagram for PP_VideoCaptureDeviceInfo_Dev:
Collaboration graph

Public Attributes

uint32_t width
 
uint32_t height
 
uint32_t frames_per_second
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: