Struct google_youtube3::CdnSettings[][src]

pub struct CdnSettings {
    pub resolution: Option<String>,
    pub format: Option<String>,
    pub ingestion_info: Option<IngestionInfo>,
    pub frame_rate: Option<String>,
    pub ingestion_type: Option<String>,
}

Brief description of the live stream cdn settings.

This type is not used in any activity, and only used as part of another schema.

Fields

The resolution of the inbound video data.

The format of the video stream that you are sending to Youtube.

The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube.

The frame rate of the inbound video data.

The method or protocol used to transmit the video stream.

Trait Implementations

impl Default for CdnSettings
[src]

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

impl Clone for CdnSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CdnSettings
[src]

Formats the value using the given formatter. Read more

impl Part for CdnSettings
[src]

Auto Trait Implementations

impl Send for CdnSettings

impl Sync for CdnSettings