|
| VideoStreamConfiguration (VideoDimensions dimensions, FRAME_RATE frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode) |
|
| VideoStreamConfiguration (int width, int height, FRAME_RATE frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode) |
|
| VideoStreamConfiguration (int width, int height, int frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode) |
|
| VideoStreamConfiguration (int width, int height, int frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode, @VideoEncodingMode int videoEncodingMode) |
|
| VideoStreamConfiguration (VideoDimensions dimensions, int frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode) |
|
| VideoStreamConfiguration (VideoDimensions dimensions, int frameRate, int bitrate, ORIENTATION_MODE orientationMode, @VideoMirrorMode int mirrorMode, @VideoEncodingMode int videoEncodingMode) |
|
int | getWidth () |
|
int | getHeight () |
|
int | getFramerate () |
|
int | getBitrate () |
|
int | getOrientationMode () |
|
int | getMirrorMode () |
|
int | getVideoEncodingMode () |
|
String | toString () |
|
|
static final VideoDimensions | VD_120x120 = new VideoDimensions(120, 120) |
|
static final VideoDimensions | VD_160x120 = new VideoDimensions(160, 120) |
|
static final VideoDimensions | VD_180x180 = new VideoDimensions(180, 180) |
|
static final VideoDimensions | VD_240x180 = new VideoDimensions(240, 180) |
|
static final VideoDimensions | VD_320x180 = new VideoDimensions(320, 180) |
|
static final VideoDimensions | VD_240x240 = new VideoDimensions(240, 240) |
|
static final VideoDimensions | VD_320x240 = new VideoDimensions(320, 240) |
|
static final VideoDimensions | VD_424x240 = new VideoDimensions(424, 240) |
|
static final VideoDimensions | VD_360x360 = new VideoDimensions(360, 360) |
|
static final VideoDimensions | VD_480x360 = new VideoDimensions(480, 360) |
|
static final VideoDimensions | VD_640x360 = new VideoDimensions(640, 360) |
|
static final VideoDimensions | VD_480x480 = new VideoDimensions(480, 480) |
|
static final VideoDimensions | VD_640x480 = new VideoDimensions(640, 480) |
|
static final VideoDimensions | VD_840x480 = new VideoDimensions(840, 480) |
|
static final VideoDimensions | VD_960x720 = new VideoDimensions(960, 720) |
|
static final VideoDimensions | VD_1280x720 = new VideoDimensions(1280, 720) |
|
static final VideoDimensions | VD_1920x1080 = new VideoDimensions(1920, 1080) |
|
static final VideoDimensions | VD_2540x1440 = new VideoDimensions(2540, 1440) |
|
static final VideoDimensions | VD_3840x2160 = new VideoDimensions(3840, 2160) |
|
static final int | STANDARD_BITRATE = 0 |
|
Configurations for the video stream.