Package tvi.webrtc
Class CameraEnumerationAndroid.CaptureFormat
- java.lang.Object
-
- tvi.webrtc.CameraEnumerationAndroid.CaptureFormat
-
- Enclosing class:
- CameraEnumerationAndroid
public static class CameraEnumerationAndroid.CaptureFormat extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CameraEnumerationAndroid.CaptureFormat.FramerateRange
-
Field Summary
Fields Modifier and Type Field Description CameraEnumerationAndroid.CaptureFormat.FramerateRange
framerate
int
height
int
imageFormat
int
width
-
Constructor Summary
Constructors Constructor Description CaptureFormat(int width, int height, int minFramerate, int maxFramerate)
CaptureFormat(int width, int height, CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
frameSize()
static int
frameSize(int width, int height, int imageFormat)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
width
public final int width
-
height
public final int height
-
framerate
public final CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate
-
imageFormat
public final int imageFormat
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CaptureFormat
public CaptureFormat(int width, int height, int minFramerate, int maxFramerate)
-
CaptureFormat
public CaptureFormat(int width, int height, CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate)
-
-
Method Detail
-
frameSize
public int frameSize()
-
frameSize
public static int frameSize(int width, int height, int imageFormat)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-