Show / Hide Table of Contents

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.

Inheritance
object
DashBridge
Implements
IMessage<DashBridge>
IEquatable<DashBridge>
IDeepCloneable<DashBridge>
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 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
In this article
Back to top Generated by DocFX