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