BitmapFactoryDecoder

class BitmapFactoryDecoder(    source: <Error class: unknown class>,     options: <Error class: unknown class>,     parallelismLock: Semaphore = Semaphore(Int.MAX_VALUE),     exifOrientationStrategy: ExifOrientationStrategy = RESPECT_PERFORMANCE)

The base Decoder that uses BitmapFactory to decode a given ImageSource.

Constructors

Link copied to clipboard
constructor(    source: <Error class: unknown class>,     options: <Error class: unknown class>,     parallelismLock: Semaphore = Semaphore(Int.MAX_VALUE),     exifOrientationStrategy: ExifOrientationStrategy = RESPECT_PERFORMANCE)

Types

Link copied to clipboard
class Factory(    parallelismLock: Semaphore = Semaphore(DEFAULT_MAX_PARALLELISM),     exifOrientationStrategy: ExifOrientationStrategy = RESPECT_PERFORMANCE)

Functions

Link copied to clipboard
open suspend fun decode(): <Error class: unknown class>