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