Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
cef_audio_parameters_t Struct Reference

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

#include "include/internal/cef_types.h"

Inheritance diagram for cef_audio_parameters_t:
CefAudioParameters

Public Attributes

cef_channel_layout_t channel_layout
 Layout of the audio channels. More...
 
int sample_rate
 Sample rate. More...
 
int frames_per_buffer
 Number of frames per buffer. More...
 

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.


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