Factory

class Factory(val enforceMinimumFrameDelay: Boolean = true) : Decoder.Factory

Constructors

Link copied to clipboard
constructor(enforceMinimumFrameDelay: Boolean = true)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(result: SourceFetchResult, options: Options, imageLoader: ImageLoader): Decoder?