Struct adi_speaker::Microphone[][src]

pub struct Microphone { /* fields omitted */ }

Methods

impl Microphone
[src]

Create a new Microphone object.

Get the number of connected microphones.

Pull data from the microphone input.

Trait Implementations

impl Drop for Microphone
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Microphone

impl !Sync for Microphone