Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefAudioParameters Class Reference

Class representing CefAudioParameters settings. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefAudioParameters:
cef_audio_parameters_t

Public Member Functions

 CefAudioParameters ()
 
 CefAudioParameters (const cef_audio_parameters_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_audio_parameters_t
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

Class representing CefAudioParameters settings.

Constructor & Destructor Documentation

◆ CefAudioParameters() [1/2]

CefAudioParameters::CefAudioParameters ( )
inline

◆ CefAudioParameters() [2/2]

CefAudioParameters::CefAudioParameters ( const cef_audio_parameters_t r)
inline

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