@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AudioTimestamp
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AudioTimestamp.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
contextTime() |
static AudioTimestamp.Builder |
create() |
double |
performanceTime() |
void |
setContextTime(double contextTime) |
void |
setPerformanceTime(double performanceTime) |
@JsOverlay @Nonnull static AudioTimestamp.Builder create()
@JsProperty(name="contextTime") double contextTime()
@JsProperty void setContextTime(double contextTime)
@JsProperty(name="performanceTime") double performanceTime()
@JsProperty void setPerformanceTime(double performanceTime)