Struct opentok::audio_device::AudioDevice  [−][src]
pub struct AudioDevice { /* fields omitted */ }Implementations
pub fn set_on_audio_sample_callback(
    &self, 
    callback: Box<dyn Fn(AudioSample) + Send + Sync + 'static>
)
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more