Pepper_47_C_interfaces
Public Attributes | List of all members
PP_VideoProfileDescription_0_1 Struct Reference

#include <pp_codecs.h>

Collaboration diagram for PP_VideoProfileDescription_0_1:
Collaboration graph

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.

Definition at line 174 of file pp_codecs.h.

Member Data Documentation

PP_HardwareAcceleration PP_VideoProfileDescription_0_1::acceleration

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

Definition at line 195 of file pp_codecs.h.

uint32_t PP_VideoProfileDescription_0_1::max_framerate_denominator

The denominator of the maximum frame rate.

Definition at line 190 of file pp_codecs.h.

uint32_t PP_VideoProfileDescription_0_1::max_framerate_numerator

The numerator of the maximum frame rate.

Definition at line 186 of file pp_codecs.h.

struct PP_Size PP_VideoProfileDescription_0_1::max_resolution

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

Definition at line 182 of file pp_codecs.h.

PP_VideoProfile PP_VideoProfileDescription_0_1::profile

The codec profile.

Definition at line 178 of file pp_codecs.h.


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