Package elemental2.dom
Interface RTCInboundRtpStreamStats.GetLastPacketReceivedTimestampUnionType
-
- Enclosing interface:
- RTCInboundRtpStreamStats
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCInboundRtpStreamStats.GetLastPacketReceivedTimestampUnionType
-
-
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 RTCInboundRtpStreamStats.GetLastPacketReceivedTimestampUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCInboundRtpStreamStats.GetLastPacketReceivedTimestampUnionType 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()
-
-