Package tvi.webrtc
Class CameraEnumerationAndroid.CaptureFormat
java.lang.Object
tvi.webrtc.CameraEnumerationAndroid.CaptureFormat
- Enclosing class:
- CameraEnumerationAndroid
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final int
final int
-
Constructor Summary
ConstructorDescriptionCaptureFormat
(int width, int height, int minFramerate, int maxFramerate) CaptureFormat
(int width, int height, CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate) -
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height -
framerate
-
imageFormat
public final int imageFormat- See Also:
-
-
Constructor Details
-
CaptureFormat
public CaptureFormat(int width, int height, int minFramerate, int maxFramerate) -
CaptureFormat
public CaptureFormat(int width, int height, CameraEnumerationAndroid.CaptureFormat.FramerateRange framerate)
-
-
Method Details