Table of contents

Enumeration ImageSourceState

ImageSourceState describes the state of ImageSourceAdapter.

  • JavaScript
enum EnumImageSourceState
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   ISS_BUFFER_EMPTY = 0,
   /** The source of ImageSourceAdapter is empty. */
   ISS_EXHAUSTED = 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: