Show / Hide Table of Contents

Class LiveStreamConditioning

Settings to specify all types of conditioning to apply to the associated LiveStream.

Inheritance
object
LiveStreamConditioning
Implements
IMessage<LiveStreamConditioning>
IEquatable<LiveStreamConditioning>
IDeepCloneable<LiveStreamConditioning>
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 LiveStreamConditioning : IMessage<LiveStreamConditioning>, IEquatable<LiveStreamConditioning>, IDeepCloneable<LiveStreamConditioning>, IBufferMessage, IMessage

Constructors

LiveStreamConditioning()

Declaration
public LiveStreamConditioning()

LiveStreamConditioning(LiveStreamConditioning)

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

Properties

DashBridge

Optional. Specifies DASH Bridge single-period to multi-period MPD conditioning.

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