Show / Hide Table of Contents

Class SourceContentConfig

Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.

Inheritance
object
SourceContentConfig
Implements
IMessage<SourceContentConfig>
IEquatable<SourceContentConfig>
IDeepCloneable<SourceContentConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class SourceContentConfig : IMessage<SourceContentConfig>, IEquatable<SourceContentConfig>, IDeepCloneable<SourceContentConfig>, IBufferMessage, IMessage

Constructors

SourceContentConfig()

Declaration
public SourceContentConfig()

SourceContentConfig(SourceContentConfig)

Declaration
public SourceContentConfig(SourceContentConfig other)
Parameters
Type Name Description
SourceContentConfig other

Properties

DefaultDeliverySettings

Required. Default config for how DAI should deliver the non-modified media segments. At delivery time, we replace the ingest location's URL prefix with the delivery location's URL prefix and use the security policy from the delivery settings to determine how DAI needs to deliver the media so that users can access it. This value is required for a valid source content config.

Declaration
public MediaLocation DefaultDeliverySettings { get; set; }
Property Value
Type Description
MediaLocation

IngestSettings

Required. Config for how DAI should ingest media. At ingest time, we match the URL prefix of media in a stream's playlist with an ingest location and use the authentication credentials from the corresponding ingest settings to download the media. This value is required for a valid source content config.

Declaration
public MediaLocation IngestSettings { get; set; }
Property Value
Type Description
MediaLocation
In this article
Back to top Generated by DocFX