{{+bindTo:partials.standard_nacl_api}}
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.
Whether the profile is hardware accelerated.
The denominator of the maximum frame rate.
The numerator of the maximum frame rate.
Dimensions of the maximum resolution of video frames, in pixels.
The codec profile.