Class CaptureResult
java.lang.Object
io.digified.digified_library.capture.CaptureResult
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureResult
(int captureType, ArrayList<android.graphics.Bitmap> capturedFramesArrayList) Constructor for the captured result object -
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.Bitmap
Getter method for the last image incapturedFramesArrayList
ArrayList<android.graphics.Bitmap>
Getter method forcapturedFramesArrayList
int
Getter method forcaptureType
-
Constructor Details
-
CaptureResult
Constructor for the captured result object- Parameters:
captureType
- capture type fromDigifiedConstants.CaptureType
// * @param bestCapturedFrame the best captured framecapturedFramesArrayList
- all captured frames
-
-
Method Details
-
getCaptureType
public int getCaptureType()Getter method forcaptureType
- Returns:
- the capture type of this CaptureResult
-
getCapturedBitmap
public android.graphics.Bitmap getCapturedBitmap()Getter method for the last image incapturedFramesArrayList
- Returns:
- captured Bitmap of this CaptureResult
-
getCapturedFramesArrayList
Getter method forcapturedFramesArrayList
- Returns:
- an ArrayList of all captured frames
-