public interface

SessionConfig.OptionUnpacker

 androidx.camera.core.SessionConfig.OptionUnpacker

Overview

Interface for unpacking a configuration into a SessionConfig.Builder

TODO(b/120949879): This will likely be removed once SessionConfig is refactored to remove camera2 dependencies.

Summary

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

Apply the options from the config onto the builder

Methods

public void unpack(UseCaseConfig<UseCase> config, SessionConfig.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