Pepper_47_C_interfaces
Public Attributes | List of all members
PP_VideoProfileDescription Struct Reference

#include <pp_codecs.h>

Collaboration diagram for PP_VideoProfileDescription:
Collaboration graph

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.

Definition at line 147 of file pp_codecs.h.

Member Data Documentation

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.


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