#[repr(C)]pub struct obs_audio_info2 {
pub samples_per_sec: u32,
pub speakers: speaker_layout,
pub max_buffering_ms: u32,
pub fixed_buffering: bool,
}Fields§
§samples_per_sec: u32§speakers: speaker_layout§max_buffering_ms: u32§fixed_buffering: boolAuto Trait Implementations§
impl Freeze for obs_audio_info2
impl RefUnwindSafe for obs_audio_info2
impl Send for obs_audio_info2
impl Sync for obs_audio_info2
impl Unpin for obs_audio_info2
impl UnwindSafe for obs_audio_info2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more