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