Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PP_VideoProfileDescription Struct Reference

#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
 

Detailed Description

Supported video profile information. See the PPB_VideoEncoder function GetSupportedProfiles() for more details.

Member Data Documentation

PP_Bool PP_VideoProfileDescription::hardware_accelerated

Whether the profile is hardware accelerated.

uint32_t PP_VideoProfileDescription::max_framerate_denominator

The denominator of the maximum frame rate.

uint32_t PP_VideoProfileDescription::max_framerate_numerator

The numerator of the maximum frame rate.

struct PP_Size PP_VideoProfileDescription::max_resolution

Dimensions of the maximum resolution of video frames, in pixels.

PP_VideoProfile PP_VideoProfileDescription::profile

The codec profile.


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