GoogleApi.YouTube.V3.Model.CdnSettings (google_api_you_tube v0.54.0)
View SourceBrief 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }