Android.Hardware.Camera2.Params.StreamConfigurationMap: Method Members

The methods of Android.Hardware.Camera2.Params.StreamConfigurationMap are listed below. For a list of all members, see the StreamConfigurationMap Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetHighSpeedVideoFpsRanges() : Android.Util.Range[]
Get a list of supported high speed video recording FPS ranges.
GetHighSpeedVideoFpsRangesFor(Android.Util.Size) : Android.Util.Range[]
Get the frame per second ranges (fpsMin, fpsMax) for input high speed video size.
GetHighSpeedVideoSizes() : Android.Util.Size[]
Get a list of supported high speed video recording sizes.
GetHighSpeedVideoSizesFor(Android.Util.Range) : Android.Util.Size[]
Documentation for this section has not yet been entered.
GetOutputFormats() : int[]
Get the image format output formats in this stream configuration.
GetOutputMinFrameDuration(Java.Lang.Class, Android.Util.Size) : long
Documentation for this section has not yet been entered.
GetOutputMinFrameDuration(int, Android.Util.Size) : long
Get the minimum Android.Hardware.Camera2.CaptureRequest.SensorFrameDuration for the format/size combination (in nanoseconds).
GetOutputSizes(Java.Lang.Class) : Android.Util.Size[]
Documentation for this section has not yet been entered.
GetOutputSizes(int) : Android.Util.Size[]
Get a list of sizes compatible with the requested image format.
GetOutputStallDuration(Java.Lang.Class, Android.Util.Size) : long
Documentation for this section has not yet been entered.
GetOutputStallDuration(int, Android.Util.Size) : long
Get the stall duration for the format/size combination (in nanoseconds).
IsOutputSupportedFor(Android.Views.Surface) : bool
Determine whether or not the surface in its current state is suitable to be included in a Android.Hardware.Camera2.CameraDevice.createCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler) as an output.
static
IsOutputSupportedFor(Java.Lang.Class) : bool
Documentation for this section has not yet been entered.
IsOutputSupportedFor(int) : bool
Determine whether or not output surfaces with a particular user-defined format can be passed Android.Hardware.Camera2.CameraDevice.createCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler).