Struct alsa::seq::Seq [] [src]

pub struct Seq(_, _);
[]

snd_seq_t wrapper

To access the functions `event_input, event_input_pending and set_input_buffer_size, you first have to obtain an instance of Input by calling input(). Only one instance of Input may exist at any time for a given Seq.

Methods

impl Seq
[src]

[]

Opens the sequencer.

If name is None, "default" will be used. That's almost always what you usually want to use anyway.

[]

Call this function to obtain an instance of Input to access the functions event_input, event_input_pending and set_input_buffer_size. See the documentation of Input for details.

Trait Implementations

impl Send for Seq
[src]

impl Drop for Seq
[src]

[]

A method called when the value goes out of scope. Read more