public static class VideoEncoderConfiguration.VideoDimensions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height
The height of the video.
|
int |
width
The width of the video.
|
Constructor and Description |
---|
VideoDimensions() |
VideoDimensions(int width,
int height) |