public interface MediaTrackConstraintSetInterface_
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChromeMediaSource() |
double |
getMaxAspectRatio() |
double |
getMaxFrameRate() |
double |
getMaxHeight() |
double |
getMaxWidth() |
double |
getMinAspectRatio() |
double |
getMinFrameRate() |
double |
getMinHeight() |
double |
getMinWidth() |
java.lang.String |
getSourceId() |
boolean |
isEchoCancellation() |
void |
setChromeMediaSource(java.lang.String chromeMediaSource) |
void |
setEchoCancellation(boolean echoCancellation) |
void |
setMaxAspectRatio(double maxAspectRatio) |
void |
setMaxFrameRate(double maxFrameRate) |
void |
setMaxHeight(double maxHeight) |
void |
setMaxWidth(double maxWidth) |
void |
setMinAspectRatio(double minAspectRatio) |
void |
setMinFrameRate(double minFrameRate) |
void |
setMinHeight(double minHeight) |
void |
setMinWidth(double minWidth) |
void |
setSourceId(java.lang.String sourceId) |
java.lang.String getChromeMediaSource()
double getMaxAspectRatio()
double getMaxFrameRate()
double getMaxHeight()
double getMaxWidth()
double getMinAspectRatio()
double getMinFrameRate()
double getMinHeight()
double getMinWidth()
java.lang.String getSourceId()
boolean isEchoCancellation()
void setChromeMediaSource(java.lang.String chromeMediaSource)
void setEchoCancellation(boolean echoCancellation)
void setMaxAspectRatio(double maxAspectRatio)
void setMaxFrameRate(double maxFrameRate)
void setMaxHeight(double maxHeight)
void setMaxWidth(double maxWidth)
void setMinAspectRatio(double minAspectRatio)
void setMinFrameRate(double minFrameRate)
void setMinHeight(double minHeight)
void setMinWidth(double minWidth)
void setSourceId(java.lang.String sourceId)