public sealed class Interstitials : IMessage<Interstitials>, IEquatable<Interstitials>, IDeepCloneable<Interstitials>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class Interstitials.
Describes what was stitched into a VOD session's manifest.
Implements
IMessageInterstitials, IEquatableInterstitials, IDeepCloneableInterstitials, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
Interstitials()
public Interstitials()Interstitials(Interstitials)
public Interstitials(Interstitials other)| Parameter | |
|---|---|
| Name | Description |
other |
Interstitials |
Properties
AdBreaks
public RepeatedField<VodSessionAdBreak> AdBreaks { get; }List of ad breaks ordered by time.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVodSessionAdBreak |
|
SessionContent
public VodSessionContent SessionContent { get; set; }Information related to the content of the VOD session.
| Property Value | |
|---|---|
| Type | Description |
VodSessionContent |
|