W3cubDocs

/Haxe JavaScript

OscillatorType(String)

package js.html.audio

Available on js

Variables

@:value(cast "custom") @:enum @:impl inline read only CUSTOM:OscillatorType = "custom"

@:value(cast "sawtooth") @:enum @:impl inline read only SAWTOOTH:OscillatorType = "sawtooth"

@:value(cast "sine") @:enum @:impl inline read only SINE:OscillatorType = "sine"

@:value(cast "square") @:enum @:impl inline read only SQUARE:OscillatorType = "square"

@:value(cast "triangle") @:enum @:impl inline read only TRIANGLE:OscillatorType = "triangle"

Static variables

@:value(cast "custom") @:enum @:impl static inline read only CUSTOM:OscillatorType = "custom"

@:value(cast "sawtooth") @:enum @:impl static inline read only SAWTOOTH:OscillatorType = "sawtooth"

@:value(cast "sine") @:enum @:impl static inline read only SINE:OscillatorType = "sine"

@:value(cast "square") @:enum @:impl static inline read only SQUARE:OscillatorType = "square"

@:value(cast "triangle") @:enum @:impl static inline read only TRIANGLE:OscillatorType = "triangle"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/OscillatorType.html