google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.CdnSettings View Source
Brief description of the live stream cdn settings.
Attributes
- format (String.t): The format of the video stream that you are sending to Youtube. Defaults to:
null
. frameRate (String.t): The frame rate of the inbound video data. Defaults to:
null
.- Enum - one of [30fps, 60fps, variable]
- ingestionInfo (IngestionInfo): The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube. Defaults to:
null
. ingestionType (String.t): The method or protocol used to transmit the video stream. Defaults to:
null
.- Enum - one of [dash, http, rtmp, webrtc]
resolution (String.t): The resolution of the inbound video data. Defaults to:
null
.- Enum - one of [1080p, 1440p, 2160p, 240p, 360p, 480p, 720p, variable]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.CdnSettings{
format: any(),
frameRate: any(),
ingestionInfo: GoogleApi.YouTube.V3.Model.IngestionInfo.t(),
ingestionType: any(),
resolution: any()
}
t() :: %GoogleApi.YouTube.V3.Model.CdnSettings{ format: any(), frameRate: any(), ingestionInfo: GoogleApi.YouTube.V3.Model.IngestionInfo.t(), ingestionType: any(), resolution: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.