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 }