TranscoderRegistry
A class that allows com.bumptech.glide.load.resource.transcode.ResourceTranscoders to be registered and retrieved by the classes they convert between.
Functions
Link copied to clipboard
open fun <Z, R> register( decodedClass: Class<Z>, transcodedClass: Class<R>, transcoder: ResourceTranscoder<Z, R>)
Content copied to clipboard
Registers the given com.bumptech.glide.load.resource.transcode.ResourceTranscoder using the given classes so it can later be retrieved using the given classes.