PassthroughTranscoder

Identity transcoder that uploads the original bytes. This is the SDK default: no transcoding.

Properties

Link copied to clipboard
open override val isPassthrough: Boolean = true

True when reduce always returns the input unchanged. Lets the lifecycle skip transcoding.

Functions

Link copied to clipboard
open override fun reduce(input: File): TranscodeResult

Returns a reduced copy of input, or input itself to pass through unchanged.