Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
cef_audio_parameters_t Struct Reference

Structure representing the audio parameters for setting up the audio handler. More...

#include "include/internal/cef_types.h"

Public Attributes

size_t size
 Size of this structure.
 
cef_channel_layout_t channel_layout
 Layout of the audio channels.
 
int sample_rate
 Sample rate.
 
int frames_per_buffer
 Number of frames per buffer.
 

Detailed Description

Structure representing the audio parameters for setting up the audio handler.

Member Data Documentation

◆ channel_layout

cef_channel_layout_t cef_audio_parameters_t::channel_layout

Layout of the audio channels.

◆ frames_per_buffer

int cef_audio_parameters_t::frames_per_buffer

Number of frames per buffer.

◆ sample_rate

int cef_audio_parameters_t::sample_rate

Sample rate.

◆ size

size_t cef_audio_parameters_t::size

Size of this structure.


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