public interface VideoSegmentOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
DurationOrBuilder |
getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
Duration |
getStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
DurationOrBuilder |
getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
boolean |
hasEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
boolean |
hasStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
Duration getStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
DurationOrBuilder getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
boolean hasEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
Duration getEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
DurationOrBuilder getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;