Struct alto::CaptureDevice [] [src]

pub struct CaptureDevice<'a> { /* fields omitted */ }

A capture device from which audio data can be sampled. This is tyically an audio input as reported by the operating system.

Methods

impl<'a> CaptureDevice<'a>
[src]

Alto struct from which this device was opened.

Specifier used to open this device.

Raw device handle as reported by OpenAL.

Trait Implementations

impl<'a> PartialEq for CaptureDevice<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for CaptureDevice<'a>
[src]

impl<'a> Send for CaptureDevice<'a>
[src]