public interface VideoSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
com.google.protobuf.DurationOrBuilder |
getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
com.google.protobuf.Duration |
getStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
com.google.protobuf.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, hasOneofboolean 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;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.