Abstract
Clear the image buffer.
Destroy native instance. This object is no longer available after destroy().
Get the current usage type for color channels in images.
Get the current number of images in the buffer.
Get the maximum number of images that can be buffered.
Protected
initDetermines whether the buffer is empty.
Set the usage type of a color channel in images.
The usage type(EnumColourChannelUsageType) to be set for the color channel.
Set the maximum number of images that can be buffered at any time.
The maximum capability of the Buffer.
Start fetching images from the source to the Buffer of ImageSourceAdapter.
Stop fetching images from the source to the Buffer of ImageSourceAdapter.
The ImageSourceAdapter class provides an interface for fetching and buffering images. It is an abstract class that needs to be implemented by a concrete class to provide actual functionality.
Each ImageSourceAdapter instance object will correspond to a native instance object.
See