@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AudioDataCopyToOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AudioDataCopyToOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AudioDataCopyToOptions.Builder |
create(int planeIndex) |
int |
frameCount() |
int |
frameOffset() |
int |
planeIndex() |
void |
setFrameCount(int frameCount) |
void |
setFrameOffset(int frameOffset) |
void |
setPlaneIndex(int planeIndex) |
@JsOverlay @Nonnull static AudioDataCopyToOptions.Builder create(int planeIndex)
@JsProperty(name="frameCount") int frameCount()
@JsProperty void setFrameCount(int frameCount)
@JsProperty(name="frameOffset") int frameOffset()
@JsProperty void setFrameOffset(int frameOffset)
@JsProperty(name="planeIndex") int planeIndex()
@JsProperty void setPlaneIndex(int planeIndex)