File
Doc
Category
Size
Date
Package
StreamConfigurationMap.java
API Doc
Android 5.1 API
1943
Sat Mar 14 14:09:42 GMT 2015
android.hardware.camera2.params
StreamConfigurationMap
java.lang.Object
public final class StreamConfigurationMap extends Object
Fields Summary
Constructors Summary
StreamConfigurationMap
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
android.util.Range
[]
getHighSpeedVideoFpsRanges
()
throw new RuntimeException("Stub!");
public
android.util.Range
[]
getHighSpeedVideoFpsRangesFor
(
android.util.Size
size)
throw new RuntimeException("Stub!");
public
android.util.Size
[]
getHighSpeedVideoSizes
()
throw new RuntimeException("Stub!");
public
android.util.Size
[]
getHighSpeedVideoSizesFor
(
android.util.Range
fpsRange)
throw new RuntimeException("Stub!");
public final
int
[]
getOutputFormats
()
throw new RuntimeException("Stub!");
public
long
getOutputMinFrameDuration
(
int
format,
android.util.Size
size)
throw new RuntimeException("Stub!");
public
long
getOutputMinFrameDuration
(
java.lang.Class
klass,
android.util.Size
size)
throw new RuntimeException("Stub!");
public
android.util.Size
[]
getOutputSizes
(
java.lang.Class
klass)
throw new RuntimeException("Stub!");
public
android.util.Size
[]
getOutputSizes
(
int
format)
throw new RuntimeException("Stub!");
public
long
getOutputStallDuration
(
int
format,
android.util.Size
size)
throw new RuntimeException("Stub!");
public
long
getOutputStallDuration
(
java.lang.Class
klass,
android.util.Size
size)
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
isOutputSupportedFor
(
int
format)
throw new RuntimeException("Stub!");
public static
boolean
isOutputSupportedFor
(
java.lang.Class
klass)
throw new RuntimeException("Stub!");
public
boolean
isOutputSupportedFor
(
android.view.Surface
surface)
throw new RuntimeException("Stub!");
Java Code Source