public interface MediaTrackSettings
Modifier and Type | Interface and Description |
---|---|
static interface |
MediaTrackSettings.PointsOfInterestFieldType |
Modifier and Type | Method and Description |
---|---|
double |
getAspectRatio() |
double |
getBrightness() |
double |
getChannelCount() |
double |
getColorTemperature() |
double |
getContrast() |
java.lang.String |
getDeviceId() |
double |
getExposureCompensation() |
java.lang.String |
getExposureMode() |
java.lang.String |
getFacingMode() |
java.lang.String |
getFocusMode() |
double |
getFrameRate() |
java.lang.String |
getGroupId() |
int |
getHeight() |
double |
getIso() |
double |
getLatency() |
MediaTrackSettings.PointsOfInterestFieldType[] |
getPointsOfInterest() |
double |
getSampleRate() |
int |
getSampleSize() |
double |
getSaturation() |
double |
getSharpness() |
double |
getVolume() |
java.lang.String |
getWhiteBalanceMode() |
int |
getWidth() |
double |
getZoom() |
boolean |
isEchoCancellation() |
boolean |
isTorch() |
void |
setAspectRatio(double aspectRatio) |
void |
setBrightness(double brightness) |
void |
setChannelCount(double channelCount) |
void |
setColorTemperature(double colorTemperature) |
void |
setContrast(double contrast) |
void |
setDeviceId(java.lang.String deviceId) |
void |
setEchoCancellation(boolean echoCancellation) |
void |
setExposureCompensation(double exposureCompensation) |
void |
setExposureMode(java.lang.String exposureMode) |
void |
setFacingMode(java.lang.String facingMode) |
void |
setFocusMode(java.lang.String focusMode) |
void |
setFrameRate(double frameRate) |
void |
setGroupId(java.lang.String groupId) |
void |
setHeight(int height) |
void |
setIso(double iso) |
void |
setLatency(double latency) |
void |
setPointsOfInterest(MediaTrackSettings.PointsOfInterestFieldType[] pointsOfInterest) |
void |
setSampleRate(double sampleRate) |
void |
setSampleSize(int sampleSize) |
void |
setSaturation(double saturation) |
void |
setSharpness(double sharpness) |
void |
setTorch(boolean torch) |
void |
setVolume(double volume) |
void |
setWhiteBalanceMode(java.lang.String whiteBalanceMode) |
void |
setWidth(int width) |
void |
setZoom(double zoom) |
double getAspectRatio()
double getBrightness()
double getChannelCount()
double getColorTemperature()
double getContrast()
java.lang.String getDeviceId()
double getExposureCompensation()
java.lang.String getExposureMode()
java.lang.String getFacingMode()
java.lang.String getFocusMode()
double getFrameRate()
java.lang.String getGroupId()
int getHeight()
double getIso()
double getLatency()
MediaTrackSettings.PointsOfInterestFieldType[] getPointsOfInterest()
double getSampleRate()
int getSampleSize()
double getSaturation()
double getSharpness()
double getVolume()
java.lang.String getWhiteBalanceMode()
int getWidth()
double getZoom()
boolean isEchoCancellation()
boolean isTorch()
void setAspectRatio(double aspectRatio)
void setBrightness(double brightness)
void setChannelCount(double channelCount)
void setColorTemperature(double colorTemperature)
void setContrast(double contrast)
void setDeviceId(java.lang.String deviceId)
void setEchoCancellation(boolean echoCancellation)
void setExposureCompensation(double exposureCompensation)
void setExposureMode(java.lang.String exposureMode)
void setFacingMode(java.lang.String facingMode)
void setFocusMode(java.lang.String focusMode)
void setFrameRate(double frameRate)
void setGroupId(java.lang.String groupId)
void setHeight(int height)
void setIso(double iso)
void setLatency(double latency)
void setPointsOfInterest(MediaTrackSettings.PointsOfInterestFieldType[] pointsOfInterest)
void setSampleRate(double sampleRate)
void setSampleSize(int sampleSize)
void setSaturation(double saturation)
void setSharpness(double sharpness)
void setTorch(boolean torch)
void setVolume(double volume)
void setWhiteBalanceMode(java.lang.String whiteBalanceMode)
void setWidth(int width)
void setZoom(double zoom)