Class DashBridge
A DashBridge is used to decide when to apply DASH Bridge single-period to multi-period MPD conditioning. This should always be enabled when the DASH manifest type is single-period.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DashBridge : IMessage<DashBridge>, IEquatable<DashBridge>, IDeepCloneable<DashBridge>, IBufferMessage, IMessage
Constructors
DashBridge()
Declaration
public DashBridge()
DashBridge(DashBridge)
Declaration
public DashBridge(DashBridge other)
Parameters
| Type | Name | Description |
|---|---|---|
| DashBridge | other |
Properties
Enabled
Optional. Specifies whether to apply DASH Bridge single-period to multi-period MPD conditioning.
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
HasEnabled
Gets whether the "enabled" field is set
Declaration
public bool HasEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |