Transcoder

abstract class Transcoder<T>(canonicalName: String?)

A boxed transcoder that is used to handle esoteric formats, see FileFormat description for more information

If you don't need any kind of specific transmutation/transcoding, DefaultTranscoder will be provided automatically.

Inheritors

Constructors

Link copied to clipboard
constructor(canonicalName: String?)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun transcode(loadedData: T, to: FileFormat<T>): T