public static class CameraEnumerationAndroid.CaptureFormat
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CameraEnumerationAndroid.CaptureFormat.FramerateRange |
| Modifier and Type | Field and Description |
|---|---|
CameraEnumerationAndroid.CaptureFormat.FramerateRange |
framerate |
int |
height |
int |
imageFormat |
int |
width |
| Constructor and Description |
|---|
CaptureFormat(int width,
int height,
CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate) |
CaptureFormat(int width,
int height,
int minFramerate,
int maxFramerate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
frameSize() |
static int |
frameSize(int width,
int height,
int imageFormat) |
int |
hashCode() |
java.lang.String |
toString() |
public final int width
public final int height
public final CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate
public final int imageFormat
public CaptureFormat(int width,
int height,
int minFramerate,
int maxFramerate)
public CaptureFormat(int width,
int height,
CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate)
public int frameSize()
public static int frameSize(int width,
int height,
int imageFormat)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object