| Pepper_47_C_interfaces
    | 
#include <pp_codecs.h>

| Public Attributes | |
| PP_VideoProfile | profile | 
| struct PP_Size | max_resolution | 
| uint32_t | max_framerate_numerator | 
| uint32_t | max_framerate_denominator | 
| PP_Bool | hardware_accelerated | 
Supported video profile information. See the PPB_VideoEncoder function GetSupportedProfiles() for more details.
Definition at line 147 of file pp_codecs.h.
| PP_Bool PP_VideoProfileDescription::hardware_accelerated | 
Whether the profile is hardware accelerated.
Definition at line 167 of file pp_codecs.h.
| uint32_t PP_VideoProfileDescription::max_framerate_denominator | 
The denominator of the maximum frame rate.
Definition at line 163 of file pp_codecs.h.
| uint32_t PP_VideoProfileDescription::max_framerate_numerator | 
The numerator of the maximum frame rate.
Definition at line 159 of file pp_codecs.h.
| struct PP_Size PP_VideoProfileDescription::max_resolution | 
Dimensions of the maximum resolution of video frames, in pixels.
Definition at line 155 of file pp_codecs.h.
| PP_VideoProfile PP_VideoProfileDescription::profile | 
The codec profile.
Definition at line 151 of file pp_codecs.h.
 1.8.6
 1.8.6