Interface AdBreakOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdBreak
,AdBreak.Builder
public interface AdBreakOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getStartTimeOffset()
Start time in seconds for the ad break, relative to the output file timeline.com.google.protobuf.DurationOrBuilder
getStartTimeOffsetOrBuilder()
Start time in seconds for the ad break, relative to the output file timeline.boolean
hasStartTimeOffset()
Start time in seconds for the ad break, relative to the output file timeline.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTimeOffset
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:
- Whether the startTimeOffset field is set.
-
getStartTimeOffset
com.google.protobuf.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:
- The startTimeOffset.
-
getStartTimeOffsetOrBuilder
com.google.protobuf.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;
-
-