@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AudioBufferOptions
| Modifier and Type | Method and Description |
|---|---|
static AudioBufferOptions |
create(int length,
float sampleRate) |
int |
length() |
default AudioBufferOptions |
length(int length) |
int |
numberOfChannels() |
default AudioBufferOptions |
numberOfChannels(int numberOfChannels) |
float |
sampleRate() |
default AudioBufferOptions |
sampleRate(float sampleRate) |
void |
setLength(int length) |
void |
setNumberOfChannels(int numberOfChannels) |
void |
setSampleRate(float sampleRate) |
@JsOverlay @Nonnull static AudioBufferOptions create(int length, float sampleRate)
@JsProperty(name="length") int length()
@JsProperty void setLength(int length)
@JsOverlay @Nonnull default AudioBufferOptions length(int length)
@JsProperty(name="numberOfChannels") int numberOfChannels()
@JsProperty void setNumberOfChannels(int numberOfChannels)
@JsOverlay @Nonnull default AudioBufferOptions numberOfChannels(int numberOfChannels)
@JsProperty(name="sampleRate") float sampleRate()
@JsProperty void setSampleRate(float sampleRate)
@JsOverlay @Nonnull default AudioBufferOptions sampleRate(float sampleRate)