transcode

abstract fun transcode(toTranscode: Resource<Z>, options: Options): Resource<R>

Transcodes the given resource to the new resource type and returns the new resource.

Parameters

toTranscode

The resource to transcode.