Class AdBreak (1.0.0-beta04)

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

Ad break.

Inheritance

Object > AdBreak

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

AdBreak()

public AdBreak()

AdBreak(AdBreak)

public AdBreak(AdBreak other)
Parameter
NameDescription
otherAdBreak

Properties

StartTimeOffset

public Duration StartTimeOffset { get; set; }

Start time in seconds for the ad break, relative to the output file timeline. The default is 0s.

Property Value
TypeDescription
Duration