Package elemental2.dom
Interface MediaTrackConstraintSet.GetSampleRateUnionType
-
- Enclosing interface:
- MediaTrackConstraintSet
@JsType(isNative=true, name="?", namespace="<global>") public static interface MediaTrackConstraintSet.GetSampleRateUnionType
-
-
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.GetSampleRateUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static MediaTrackConstraintSet.GetSampleRateUnionType of(java.lang.Object o)
-
asConstrainLongRange
@JsOverlay default ConstrainLongRange asConstrainLongRange()
-
asInt
@JsOverlay default int asInt()
-
isInt
@JsOverlay default boolean isInt()
-
-