GoogleApi.YouTube.V3.Model.CdnSettings (google_api_you_tube v0.37.1) View Source
Brief description of the live stream cdn settings.
Attributes
-
format(type:String.t, default:nil) - The format of the video stream that you are sending to Youtube. -
frameRate(type:String.t, default:nil) - The frame rate of the inbound video data. -
ingestionInfo(type:GoogleApi.YouTube.V3.Model.IngestionInfo.t, default:nil) - The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube. -
ingestionType(type:String.t, default:nil) - The method or protocol used to transmit the video stream. -
resolution(type:String.t, default:nil) - The resolution of the inbound video data.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.CdnSettings{
format: String.t() | nil,
frameRate: String.t() | nil,
ingestionInfo: GoogleApi.YouTube.V3.Model.IngestionInfo.t() | nil,
ingestionType: String.t() | nil,
resolution: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.