#[repr(C)]pub struct obs_audio_info {
pub samples_per_sec: u32,
pub speakers: speaker_layout,
}Expand description
Audio initialization structure
Fields§
§samples_per_sec: u32§speakers: speaker_layoutAuto Trait Implementations§
impl Freeze for obs_audio_info
impl RefUnwindSafe for obs_audio_info
impl Send for obs_audio_info
impl Sync for obs_audio_info
impl Unpin for obs_audio_info
impl UnwindSafe for obs_audio_info
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