Show / Hide Table of Contents

Class LiveStreamEvent

A LiveStreamEvent encapsulates all the information necessary to enable DAI (Dynamic Ad Insertion) into a live video stream. This includes information such as the start and expected end time of the LiveStreamEvent, the URL of the actual content for Ad Manager to pull and insert ads into, as well as the metadata necessary to generate ad requests during the live stream.

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

Constructors

LiveStreamEvent()

Declaration
public LiveStreamEvent()

LiveStreamEvent(LiveStreamEvent)

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

Properties

LiveStreamEventName

LiveStreamEventName-typed view over the Name resource name property.

Declaration
public LiveStreamEventName LiveStreamEventName { get; set; }
Property Value
Type Description
LiveStreamEventName

Name

Identifier. The resource name of the LiveStreamEvent. Format: networks/{network_code}/liveStreamEvents/{live_stream_event_id}

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