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

MarshalQueryableHighSpeedVideoConfiguration

public class MarshalQueryableHighSpeedVideoConfiguration extends Object implements android.hardware.camera2.marshal.MarshalQueryable
Marshaler for {@code android.control.availableHighSpeedVideoConfigurations} custom class {@link HighSpeedVideoConfiguration}

Data is stored as {@code (width, height, fpsMin, fpsMax)} 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 MarshalerHighSpeedVideoConfiguration(managedType, nativeType);
    
public booleanisTypeMappingSupported(android.hardware.camera2.utils.TypeReference managedType, int nativeType)

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