Show / Hide Table of Contents

Class CdnSettings

Brief description of the live stream cdn settings.

Inheritance
object
CdnSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX