ResourceTranscoder

interface ResourceTranscoder<Z, R>

Transcodes a resource of one type to a resource of another type.

Parameters

<Z>

The type of the resource that will be transcoded from.

<R>

The type of the resource that will be transcoded to.

Functions

Link copied to clipboard
abstract fun transcode(toTranscode: Resource<Z>, options: Options): Resource<R>
Transcodes the given resource to the new resource type and returns the new resource.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard