Class CdnSettings
Brief description of the live stream cdn settings.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class CdnSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Format
The format of the video stream that you are sending to Youtube.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
FrameRate
The frame rate of the inbound video data.
Declaration
[JsonProperty("frameRate")]
public virtual string FrameRate { get; set; }
Property Value
Type | Description |
---|---|
string |
IngestionInfo
The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube.
Declaration
[JsonProperty("ingestionInfo")]
public virtual IngestionInfo IngestionInfo { get; set; }
Property Value
Type | Description |
---|---|
IngestionInfo |
IngestionType
The method or protocol used to transmit the video stream.
Declaration
[JsonProperty("ingestionType")]
public virtual string IngestionType { get; set; }
Property Value
Type | Description |
---|---|
string |
Resolution
The resolution of the inbound video data.
Declaration
[JsonProperty("resolution")]
public virtual string Resolution { get; set; }
Property Value
Type | Description |
---|---|
string |