Enum web_audio_api::param::AutomationRate [−][src]
pub enum AutomationRate {
A,
K,
}
Expand description
Precision of value calculation per render quantum
Variants
A
Audio Rate - sampled for each sample-frame of the block
K
Control Rate - sampled at the time of the very first sample-frame, then used for the entire block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AutomationRate
impl Send for AutomationRate
impl Sync for AutomationRate
impl Unpin for AutomationRate
impl UnwindSafe for AutomationRate
Blanket Implementations
Mutably borrows from an owned value. Read more