public interface VideoThumbnailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getThumbnail()
A byte string of the video frame.
|
com.google.protobuf.Duration |
getTimeOffset()
Time offset relative to the beginning of the video, corresponding to the
video frame where the thumbnail has been extracted from.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
Time offset relative to the beginning of the video, corresponding to the
video frame where the thumbnail has been extracted from.
|
boolean |
hasTimeOffset()
Time offset relative to the beginning of the video, corresponding to the
video frame where the thumbnail has been extracted from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getThumbnail()
A byte string of the video frame.
bytes thumbnail = 1;boolean hasTimeOffset()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.Duration getTimeOffset()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;Copyright © 2019 Google LLC. All rights reserved.