Interface AdBreakOrBuilder (0.4.3)

public interface AdBreakOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTimeOffset()

public abstract Duration getStartTimeOffset()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
Duration

The startTimeOffset.

getStartTimeOffsetOrBuilder()

public abstract DurationOrBuilder getStartTimeOffsetOrBuilder()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
DurationOrBuilder

hasStartTimeOffset()

public abstract boolean hasStartTimeOffset()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
boolean

Whether the startTimeOffset field is set.