Table of contents

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;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: