Struct rusoto_elastictranscoder::CaptionSource [] [src]

pub struct CaptionSource {
    pub encryption: Option<Encryption>,
    pub key: Option<LongKey>,
    pub label: Option<Name>,
    pub language: Option<Key>,
    pub time_offset: Option<TimeOffset>,
}

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

Fields

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.

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

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.

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:

  • 2-character ISO 639-1 code

  • 3-character ISO 639-2 code

For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

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.

Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

Trait Implementations

impl Default for CaptionSource
[src]

Returns the "default value" for a type. Read more

impl Debug for CaptionSource
[src]

Formats the value using the given formatter.

impl Clone for CaptionSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more