AudioBufferSourceOptions
Generated.swift:205class AudioBufferSourceOptions
class AudioBufferSourceOptions
import WebAudio
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(buffer: AudioBuffer?, detune: Float, loop: Bool, loopEnd: Double, loopStart: Double, playbackRate: Float)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var buffer: AudioBuffer? { get set }
@ReadWriteAttribute var detune: Float { get set }
@ReadWriteAttribute var loop: Bool { get set }
@ReadWriteAttribute var loopEnd: Double { get set }
@ReadWriteAttribute var loopStart: Double { get set }
@ReadWriteAttribute var playbackRate: Float { get set }