Interface ResourceTranscoder<Z,​R>

    • Method Detail

      • transcode

        @Nullable
        Resource<R> transcode​(@NonNull
                              Resource<Z> toTranscode,
                              @NonNull
                              Options options)
        Transcodes the given resource to the new resource type and returns the new resource.
        Parameters:
        toTranscode - The resource to transcode.