Package elemental2.dom
Interface MediaTrackConstraintSet.GetChannelCountUnionType
-
- Enclosing interface:
- MediaTrackConstraintSet
@JsType(isNative=true, name="?", namespace="<global>") public static interface MediaTrackConstraintSet.GetChannelCountUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default ConstrainLongRange
asConstrainLongRange()
default int
asInt()
default boolean
isInt()
static MediaTrackConstraintSet.GetChannelCountUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static MediaTrackConstraintSet.GetChannelCountUnionType of(java.lang.Object o)
-
asConstrainLongRange
@JsOverlay default ConstrainLongRange asConstrainLongRange()
-
asInt
@JsOverlay default int asInt()
-
isInt
@JsOverlay default boolean isInt()
-
-