Pepper_47_C_interfaces
Public Attributes | List of all members
PP_AudioProfileDescription Struct Reference

#include <pp_codecs.h>

Collaboration diagram for PP_AudioProfileDescription:
Collaboration graph

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.

Definition at line 202 of file pp_codecs.h.

Member Data Documentation

PP_Bool PP_AudioProfileDescription::hardware_accelerated

Whether the profile is hardware accelerated.

Definition at line 222 of file pp_codecs.h.

uint32_t PP_AudioProfileDescription::max_channels

Maximum number of channels that can be encoded.

Definition at line 210 of file pp_codecs.h.

PP_AudioProfile PP_AudioProfileDescription::profile

The codec profile.

Definition at line 206 of file pp_codecs.h.

uint32_t PP_AudioProfileDescription::sample_rate

Sampling rate that can be encoded

Definition at line 218 of file pp_codecs.h.

uint32_t PP_AudioProfileDescription::sample_size

Sample size.

Definition at line 214 of file pp_codecs.h.


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