public interface

RequestProcessor.Request

 androidx.camera.core.impl.RequestProcessor.Request

Overview

A interface representing a capture request configuration used for submitting requests in RequestProcessor.

Summary

Methods
public ConfiggetParameters()

Gets all the parameters.

public java.util.List<java.lang.Integer>getTargetOutputConfigIds()

Gets the target ids of the outputConfig which identifies corresponding Surface to be the targeted for the request.

public intgetTemplateId()

Gets the template id.

Methods

public java.util.List<java.lang.Integer> getTargetOutputConfigIds()

Gets the target ids of the outputConfig which identifies corresponding Surface to be the targeted for the request.

public Config getParameters()

Gets all the parameters.

public int getTemplateId()

Gets the template id.