Struct jack::AudioOutSpec [] [src]

pub struct AudioOutSpec;

AudioOutSpec implements the PortSpec trait, which defines an endpoint for JACK. In this case, it is a mutable 32 bit floating point buffer for audio.

AudioOutSpec::buffer() is used to gain access the buffer.

Trait Implementations

impl Debug for AudioOutSpec
[src]

Formats the value using the given formatter.

impl Default for AudioOutSpec
[src]

Returns the "default value" for a type. Read more

impl<'a> PortSpec for AudioOutSpec
[src]

String used by JACK upon port creation to identify the port type. Read more

Flags used by jack upon port creation.

Size used by jack upon port creation.