Enum vst2::api::ProcessLevel
[−]
[src]
#[repr(i32)]pub enum ProcessLevel { Unknown, User, Realtime, Prefetch, Offline, }
Denotes in which thread the host is in.
Variants
UnknownUnsupported by host.
UserGUI thread.
RealtimeAudio process thread.
PrefetchSequence thread (MIDI, etc).
OfflineOffline processing thread (therefore GUI/user thread).