Documentation
Table of contents

Enumeration ImageSourceState

ImageSourceState describes the state of ImageSourceAdapter.

  • JavaScript
  • Android
  • Objective-C
  • Swift
  • C++
enum EnumImageSourceState
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   ISS_BUFFER_EMPTY = 0,
   /** The source of ImageSourceAdapter is empty. */
   ISS_EXHAUSTED = 1
}
@Retention(RetentionPolicy.CLASS)
public @interface EnumImageSourceState
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   public static final int ISS_BUFFER_EMPTY = 0;
   /** The source of ImageSourceAdapter is empty. */
   public static final int ISS_EXHAUSTED = 1;
}
typedef NS_ENUM(NSInteger, DSImageSourceState)
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   DSImageSourceStateBufferEmpty = 0,
   /** The source of ImageSourceAdapter is empty. */
   DSImageSourceStateExhausted = 1
};
public enum ImageSourceState : Int
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   bufferEmpty = 0
   /** The source of ImageSourceAdapter is empty. */
   exhausted = 1
};
typedef enum ImageSourceState
{
   /** The buffer of ImageSourceAdapter is temporarily empty. */
   ISS_BUFFER_EMPTY,
   /** The source of ImageSourceAdapter is empty. */
   ISS_EXHAUSTED
} ImageSourceState;

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support