Enumeration ImageSourceState
ImageSourceState describes the state of ImageSourceAdapter.
@Retention(RetentionPolicy.CLASS)
public @interface EnumImageSourceAdapterStatus
{
/** The buffer of ImageSourceAdapter is temporarily empty. */
int ISAS_BUFFER_EMPTY = 0;
/** The source of ImageSourceAdapter is empty. */
int ISAS_EXHAUSTED = 1;
}