Java android.hardware.camera2.params StreamConfigurationMap fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.camera2.params StreamConfigurationMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.camera2.params StreamConfigurationMap.

The text is from its open source code.

Method

int[]getOutputFormats()
Get the image format output formats in this stream configuration.
longgetOutputMinFrameDuration(int format, Size size)
Get the minimum CaptureRequest#SENSOR_FRAME_DURATION frame duration for the format/size combination (in nanoseconds).
longgetOutputMinFrameDuration(final Class klass, final Size size)
Get the minimum CaptureRequest#SENSOR_FRAME_DURATION frame duration for the class/size combination (in nanoseconds).
Size[]getOutputSizes(Class klass)
Get a list of sizes compatible with klass to use as an output.
Size[]getOutputSizes(int format)
Get a list of sizes compatible with the requested image format .