Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PP_VideoProfileDescription_0_1 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_HardwareAcceleration acceleration
 

Detailed Description

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

Member Data Documentation

PP_HardwareAcceleration PP_VideoProfileDescription_0_1::acceleration

A value indicating if the profile is available in hardware, software, or both.

uint32_t PP_VideoProfileDescription_0_1::max_framerate_denominator

The denominator of the maximum frame rate.

uint32_t PP_VideoProfileDescription_0_1::max_framerate_numerator

The numerator of the maximum frame rate.

struct PP_Size PP_VideoProfileDescription_0_1::max_resolution

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

PP_VideoProfile PP_VideoProfileDescription_0_1::profile

The codec profile.


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