google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.CdnSettings 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. <br><br> -
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 <code>ingestionInfo</code> 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(),
frameRate: String.t(),
ingestionInfo: GoogleApi.YouTube.V3.Model.IngestionInfo.t(),
ingestionType: String.t(),
resolution: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.