public static class VideoProcessor.FrameAdaptationParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cropHeight |
int |
cropWidth |
int |
cropX |
int |
cropY |
boolean |
drop |
int |
scaleHeight |
int |
scaleWidth |
long |
timestampNs |
Constructor and Description |
---|
FrameAdaptationParameters(int cropX,
int cropY,
int cropWidth,
int cropHeight,
int scaleWidth,
int scaleHeight,
long timestampNs,
boolean drop) |
6.0.0