Video Stitcher v1 API - Class Interstitials (3.0.0-beta03)

public sealed class Interstitials : IMessage<Interstitials>, IEquatable<Interstitials>, IDeepCloneable<Interstitials>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class Interstitials.

Describes what was stitched into a VOD session's manifest.

Inheritance

object > Interstitials

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

Interstitials()

public Interstitials()

Interstitials(Interstitials)

public Interstitials(Interstitials other)
Parameter
NameDescription
otherInterstitials

Properties

AdBreaks

public RepeatedField<VodSessionAdBreak> AdBreaks { get; }

List of ad breaks ordered by time.

Property Value
TypeDescription
RepeatedFieldVodSessionAdBreak

SessionContent

public VodSessionContent SessionContent { get; set; }

Information related to the content of the VOD session.

Property Value
TypeDescription
VodSessionContent