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