Struct rusoto_elastictranscoder::Captions [] [src]

pub struct Captions {
    pub caption_formats: Option<Vec<CaptionFormat>>,
}

The captions to be created, if any.

Fields

The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

Trait Implementations

impl Default for Captions
[src]

[src]

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

impl Debug for Captions
[src]

[src]

Formats the value using the given formatter.

impl Clone for Captions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more