Class CdnSettings
Brief description of the live stream cdn settings.
Inheritance
System.Object
CdnSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.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 |
---|---|
System.String |
FrameRate
The frame rate of the inbound video data.
Declaration
[JsonProperty("frameRate")]
public virtual string FrameRate { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Resolution
The resolution of the inbound video data.
Declaration
[JsonProperty("resolution")]
public virtual string Resolution { get; set; }
Property Value
Type | Description |
---|---|
System.String |