CaptionSource

A source file for the input sidecar captions used during the transcoding process.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

Link copied to clipboard
val key: String?

The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

Link copied to clipboard

The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

Link copied to clipboard

A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

Link copied to clipboard

For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

Functions

Link copied to clipboard
inline fun copy(block: CaptionSource.Builder.() -> Unit = {}): CaptionSource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String