Enum vst::api::ProcessLevel

source ·
#[repr(i32)]
pub enum ProcessLevel {
    Unknown,
    User,
    Realtime,
    Prefetch,
    Offline,
}
Expand description

Denotes in which thread the host is in.

Variants§

§

Unknown

Unsupported by host.

§

User

GUI thread.

§

Realtime

Audio process thread.

§

Prefetch

Sequence thread (MIDI, etc).

§

Offline

Offline processing thread (therefore GUI/user thread).

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.