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 classCameraEnumerationAndroid.CaptureFormat.FramerateRange
-
Field Summary
Fields Modifier and Type Field Description CameraEnumerationAndroid.CaptureFormat.FramerateRangeframerateintheightintimageFormatintwidth
-
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 booleanequals(java.lang.Object other)intframeSize()static intframeSize(int width, int height, int imageFormat)inthashCode()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-