Table of contents

Enumeration ImageSourceState

ImageSourceState describes the state of an object that conforms to the ImageSourceAdapter interface and is designated as the image source in a CaptureVisionRouter object.

@Retention(SOURCE)
@IntDef({CS_STARTED, CS_STOPPED, CS_PAUSED, CS_RESUME})
public @interface EnumImageSourceState
{
   /** Indicates that the buffer of the image source is currently empty. */
   public static final int ISS_BUFFER_EMPTY = 0;
   /** Signifies that the source for the image source has been depleted. */
   public static final int ISS_EXHAUSTED = 1;
}

This page is compatible for: