public class

DualSurfaceProcessor.Factory

extends java.lang.Object

 java.lang.Object

↳androidx.camera.core.processing.concurrent.DualSurfaceProcessor.Factory

Summary

Methods
public static SurfaceProcessorInternalnewInstance(DynamicRange dynamicRange, CompositionSettings primaryCompositionSettings, CompositionSettings secondaryCompositionSettings)

Creates a new DefaultSurfaceProcessor with no-op shader.

public static voidsetSupplier(<any> supplier)

Overrides the DefaultSurfaceProcessor supplier for testing.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public static SurfaceProcessorInternal newInstance(DynamicRange dynamicRange, CompositionSettings primaryCompositionSettings, CompositionSettings secondaryCompositionSettings)

Creates a new DefaultSurfaceProcessor with no-op shader.

public static void setSupplier(<any> supplier)

Overrides the DefaultSurfaceProcessor supplier for testing.