public final class

CameraEventCallbacks.ComboCameraEventCallback

extends java.lang.Object

 java.lang.Object

↳androidx.camera.camera2.impl.CameraEventCallbacks.ComboCameraEventCallback

Overview

A CameraEventCallback which contains a list of CameraEventCallback and will propagate received callback to the list.

Summary

Methods
public java.util.List<CameraEventCallback>getCallbacks()

public java.util.List<CaptureConfig>onDisableSession()

To Invoke CameraEventCallback.onDisableSession() on the set of list and aggregated the results to a set list.

public java.util.List<CaptureConfig>onEnableSession()

To Invoke CameraEventCallback.onEnableSession() on the set of list and aggregated the results to a set list.

public java.util.List<CaptureConfig>onPresetSession()

To Invoke CameraEventCallback.onPresetSession() on the set of list and aggregated the results to a set list.

public java.util.List<CaptureConfig>onRepeating()

To Invoke CameraEventCallback.onRepeating() on the set of list and aggregated the results to a set list.

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

Methods

public java.util.List<CaptureConfig> onPresetSession()

To Invoke CameraEventCallback.onPresetSession() on the set of list and aggregated the results to a set list.

Returns:

List The request information to customize the session.

public java.util.List<CaptureConfig> onEnableSession()

To Invoke CameraEventCallback.onEnableSession() on the set of list and aggregated the results to a set list.

Returns:

List The request information to customize the session.

public java.util.List<CaptureConfig> onRepeating()

To Invoke CameraEventCallback.onRepeating() on the set of list and aggregated the results to a set list.

Returns:

List The request information to customize the session.

public java.util.List<CaptureConfig> onDisableSession()

To Invoke CameraEventCallback.onDisableSession() on the set of list and aggregated the results to a set list.

Returns:

List The request information to customize the session.

public java.util.List<CameraEventCallback> getCallbacks()