Struct egg_mode::entities::VideoVariant [] [src]

pub struct VideoVariant {
    pub bitrate: Option<i32>,
    pub content_type: Mime,
    pub url: String,
}

Represents information about a specific encoding of a video.

Fields

The bitrate of the video. This value is present for GIFs, but it will be zero.

The file format of the video variant.

The URL for the video variant.

Trait Implementations

impl Debug for VideoVariant
[src]

[src]

Formats the value using the given formatter.

impl Clone for VideoVariant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more