public interface

CaptureConfig.OptionUnpacker

 androidx.camera.core.CaptureConfig.OptionUnpacker

Overview

Interface for unpacking a configuration into a CaptureConfig.Builder

Summary

Methods
public voidunpack(UseCaseConfig<UseCase> config, CaptureConfig.Builder builder)

Apply the options from the config onto the builder

Methods

public void unpack(UseCaseConfig<UseCase> config, CaptureConfig.Builder builder)

Apply the options from the config onto the builder

Parameters:

config: the set of options to apply
builder: the builder on which to apply the options