-
public final class DecodeResult
-
-
Field Summary
Fields Modifier and Type Field Description private final DecodeParamsparamsprivate final ImageBitmapbmp
-
Constructor Summary
Constructors Constructor Description DecodeResult(DecodeParams params, ImageBitmap bmp)
-
Method Summary
Modifier and Type Method Description final DecodeParamsgetParams()final ImageBitmapgetBmp()-
-
Constructor Detail
-
DecodeResult
DecodeResult(DecodeParams params, ImageBitmap bmp)
-
-
Method Detail
-
getParams
final DecodeParams getParams()
-
getBmp
final ImageBitmap getBmp()
-
-
-
-