Enum web_audio_api::node::OscillatorType [−][src]
pub enum OscillatorType {
Sine,
Square,
Sawtooth,
Triangle,
Custom,
}
Expand description
Waveform of an oscillator
Variants
Sine wave
Square wave
Sawtooth wave
Triangle wave
type used when periodic_wave is specified
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OscillatorType
impl Send for OscillatorType
impl Sync for OscillatorType
impl Unpin for OscillatorType
impl UnwindSafe for OscillatorType
Blanket Implementations
Mutably borrows from an owned value. Read more