public interface AdBreakOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the startTimeOffset field is set. |