FileDocCategorySizeDatePackage
MarshalQueryableStreamConfiguration.javaAPI DocAndroid 5.1 API2955Thu Mar 12 22:22:10 GMT 2015android.hardware.camera2.marshal.impl

MarshalQueryableStreamConfiguration

public class MarshalQueryableStreamConfiguration extends Object implements android.hardware.camera2.marshal.MarshalQueryable
Marshaler for {@code android.scaler.availableStreamConfigurations} custom class {@link StreamConfiguration}

Data is stored as {@code (format, width, height, input?)} tuples (int32).

Fields Summary
private static final int
SIZE
Constructors Summary
Methods Summary
public android.hardware.camera2.marshal.MarshalercreateMarshaler(android.hardware.camera2.utils.TypeReference managedType, int nativeType)

        return new MarshalerStreamConfiguration(managedType, nativeType);
    
public booleanisTypeMappingSupported(android.hardware.camera2.utils.TypeReference managedType, int nativeType)

        return nativeType == TYPE_INT32 && managedType.getType().equals(StreamConfiguration.class);