Interface MediaTrackConstraints
- All Superinterfaces:
MediaTrackConstraintSet
@JsType(isNative=true,
namespace="<global>")
public interface MediaTrackConstraints
extends MediaTrackConstraintSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface elemental2.dom.MediaTrackConstraintSet
MediaTrackConstraintSet.GetAspectRatioUnionType, MediaTrackConstraintSet.GetAutoGainControlUnionType, MediaTrackConstraintSet.GetChannelCountUnionType, MediaTrackConstraintSet.GetCursorUnionType, MediaTrackConstraintSet.GetDeviceIdUnionType, MediaTrackConstraintSet.GetDisplaySurfaceUnionType, MediaTrackConstraintSet.GetEchoCancellationUnionType, MediaTrackConstraintSet.GetFacingModeUnionType, MediaTrackConstraintSet.GetFrameRateUnionType, MediaTrackConstraintSet.GetGroupIdUnionType, MediaTrackConstraintSet.GetHeightUnionType, MediaTrackConstraintSet.GetLatencyUnionType, MediaTrackConstraintSet.GetLogicalSurfaceUnionType, MediaTrackConstraintSet.GetNoiseSuppressionUnionType, MediaTrackConstraintSet.GetResizeModeUnionType, MediaTrackConstraintSet.GetRestrictOwnAudioUnionType, MediaTrackConstraintSet.GetSampleRateUnionType, MediaTrackConstraintSet.GetSampleSizeUnionType, MediaTrackConstraintSet.GetSuppressLocalAudioPlaybackUnionType, MediaTrackConstraintSet.GetVolumeUnionType, MediaTrackConstraintSet.GetWidthUnionType
-
Method Summary
Modifier and TypeMethodDescriptionstatic MediaTrackConstraints
create()
elemental2.core.JsArray
<MediaTrackConstraintSet> void
setAdvanced
(elemental2.core.JsArray<MediaTrackConstraintSet> advanced) default void
setAdvanced
(MediaTrackConstraintSet[] advanced) Methods inherited from interface elemental2.dom.MediaTrackConstraintSet
getAspectRatio, getAutoGainControl, getChannelCount, getCursor, getDeviceId, getDisplaySurface, getEchoCancellation, getFacingMode, getFrameRate, getGroupId, getHeight, getLatency, getLogicalSurface, getNoiseSuppression, getResizeMode, getRestrictOwnAudio, getSampleRate, getSampleSize, getSuppressLocalAudioPlayback, getVolume, getWidth, setAspectRatio, setAspectRatio, setAspectRatio, setAutoGainControl, setAutoGainControl, setAutoGainControl, setChannelCount, setChannelCount, setChannelCount, setCursor, setCursor, setCursor, setCursor, setCursor, setDeviceId, setDeviceId, setDeviceId, setDeviceId, setDeviceId, setDisplaySurface, setDisplaySurface, setDisplaySurface, setDisplaySurface, setDisplaySurface, setEchoCancellation, setEchoCancellation, setEchoCancellation, setFacingMode, setFacingMode, setFacingMode, setFacingMode, setFacingMode, setFrameRate, setFrameRate, setFrameRate, setGroupId, setGroupId, setGroupId, setGroupId, setGroupId, setHeight, setHeight, setHeight, setLatency, setLatency, setLatency, setLogicalSurface, setLogicalSurface, setLogicalSurface, setNoiseSuppression, setNoiseSuppression, setNoiseSuppression, setResizeMode, setResizeMode, setResizeMode, setResizeMode, setResizeMode, setRestrictOwnAudio, setRestrictOwnAudio, setRestrictOwnAudio, setSampleRate, setSampleRate, setSampleRate, setSampleSize, setSampleSize, setSampleSize, setSuppressLocalAudioPlayback, setSuppressLocalAudioPlayback, setSuppressLocalAudioPlayback, setVolume, setVolume, setVolume, setWidth, setWidth, setWidth
-
Method Details
-
create
-
getAdvanced
-
setAdvanced
-
setAdvanced
-