Transcoder v1 API - Class AdBreak (2.8.0)

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

Reference documentation and code samples for the Transcoder v1 API class AdBreak.

Ad break.

Inheritance

object > AdBreak

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.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