pub type cef_audio_parameters_t = _cef_audio_parameters_t;Expand description
Structure representing the audio parameters for setting up the audio handler.
Aliased Type§
#[repr(C)]pub struct cef_audio_parameters_t {
pub size: usize,
pub channel_layout: cef_channel_layout_t,
pub sample_rate: i32,
pub frames_per_buffer: i32,
}Fields§
§size: usizeSize of this structure.
channel_layout: cef_channel_layout_tLayout of the audio channels
sample_rate: i32Sample rate
frames_per_buffer: i32Number of frames per buffer