Struct nannou_audio::stream::input::Builder[][src]

pub struct Builder<M, FC, FE, S = f32> {
    pub builder: Builder<M, S>,
    pub capture: FC,
    pub error: FE,
}
Expand description

A type used for building an input stream.

Fields

builder: Builder<M, S>capture: FCerror: FE

Implementations

Specify the capture function to use for updating the model in accordance with the captured input samples.

Specify a function for handling stream errors.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.