Package elemental2.dom
Interface RTCRtpContributingSource.GetTimestampUnionType
-
- Enclosing interface:
- RTCRtpContributingSource
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCRtpContributingSource.GetTimestampUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default double
asDouble()
default elemental2.core.JsDate
asJsDate()
default boolean
isDouble()
default boolean
isJsDate()
static RTCRtpContributingSource.GetTimestampUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCRtpContributingSource.GetTimestampUnionType of(java.lang.Object o)
-
asDouble
@JsOverlay default double asDouble()
-
asJsDate
@JsOverlay default elemental2.core.JsDate asJsDate()
-
isDouble
@JsOverlay default boolean isDouble()
-
isJsDate
@JsOverlay default boolean isJsDate()
-
-