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

#include <pp_codecs.h>

Public Attributes

PP_AudioProfile profile
 
uint32_t max_channels
 
uint32_t sample_size
 
uint32_t sample_rate
 
PP_Bool hardware_accelerated
 

Detailed Description

Supported audio profile information. See the PPB_AudioEncoder function GetSupportedProfiles() for more details.

Member Data Documentation

PP_Bool PP_AudioProfileDescription::hardware_accelerated

Whether the profile is hardware accelerated.

uint32_t PP_AudioProfileDescription::max_channels

Maximum number of channels that can be encoded.

PP_AudioProfile PP_AudioProfileDescription::profile

The codec profile.

uint32_t PP_AudioProfileDescription::sample_rate

Sampling rate that can be encoded

uint32_t PP_AudioProfileDescription::sample_size

Sample size.


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