Package tvi.webrtc
Class VideoSource.AspectRatio
- java.lang.Object
-
- tvi.webrtc.VideoSource.AspectRatio
-
- Enclosing class:
- VideoSource
public static class VideoSource.AspectRatio extends java.lang.Object
Simple aspect ratio clas for use in constraining output format.
-
-
Field Summary
Fields Modifier and Type Field Description int
height
static VideoSource.AspectRatio
UNDEFINED
int
width
-
Constructor Summary
Constructors Constructor Description AspectRatio(int width, int height)
-
-
-
Field Detail
-
UNDEFINED
public static final VideoSource.AspectRatio UNDEFINED
-
width
public final int width
-
height
public final int height
-
-