Chromium Embedded Framework (CEF)
114.2.1+gd70a0a8+chromium-114.0.5735.45
|
Structure representing the audio parameters for setting up the audio handler. More...
#include "include/internal/cef_types.h"
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... | |
Structure representing the audio parameters for setting up the audio handler.
cef_channel_layout_t cef_audio_parameters_t::channel_layout |
Layout of the audio channels.
int cef_audio_parameters_t::frames_per_buffer |
Number of frames per buffer.
int cef_audio_parameters_t::sample_rate |
Sample rate.