Enum web_audio_api::node::OverSampleType [−][src]
pub enum OverSampleType {
None,
X2,
X4,
}
Expand description
enumerates the oversampling rate available for WaveShaperNode
Variants
None
No oversampling is applied
X2
Oversampled by a factor of 2
X4
Oversampled by a factor of 4
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OverSampleType
impl Send for OverSampleType
impl Sync for OverSampleType
impl Unpin for OverSampleType
impl UnwindSafe for OverSampleType
Blanket Implementations
Mutably borrows from an owned value. Read more