| Modifier and Type | Method and Description |
|---|---|
TimestampedObject |
TimestampedObject.Builder.build() |
TimestampedObject |
TimestampedObject.Builder.buildPartial() |
static TimestampedObject |
TimestampedObject.getDefaultInstance() |
TimestampedObject |
TimestampedObject.getDefaultInstanceForType() |
TimestampedObject |
TimestampedObject.Builder.getDefaultInstanceForType() |
TimestampedObject |
Track.getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.
|
TimestampedObject |
Track.Builder.getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.
|
TimestampedObject |
TrackOrBuilder.getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.
|
static TimestampedObject |
TimestampedObject.parseDelimitedFrom(InputStream input) |
static TimestampedObject |
TimestampedObject.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampedObject |
TimestampedObject.parseFrom(byte[] data) |
static TimestampedObject |
TimestampedObject.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampedObject |
TimestampedObject.parseFrom(ByteBuffer data) |
static TimestampedObject |
TimestampedObject.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampedObject |
TimestampedObject.parseFrom(com.google.protobuf.ByteString data) |
static TimestampedObject |
TimestampedObject.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampedObject |
TimestampedObject.parseFrom(com.google.protobuf.CodedInputStream input) |
static TimestampedObject |
TimestampedObject.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimestampedObject |
TimestampedObject.parseFrom(InputStream input) |
static TimestampedObject |
TimestampedObject.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TimestampedObject> |
TimestampedObject.getParserForType() |
List<TimestampedObject> |
Track.getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.
|
List<TimestampedObject> |
Track.Builder.getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.
|
List<TimestampedObject> |
TrackOrBuilder.getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.
|
static com.google.protobuf.Parser<TimestampedObject> |
TimestampedObject.parser() |
| Modifier and Type | Method and Description |
|---|---|
Track.Builder |
Track.Builder.addTimestampedObjects(int index,
TimestampedObject value)
The object with timestamp and attributes per frame in the track.
|
Track.Builder |
Track.Builder.addTimestampedObjects(TimestampedObject value)
The object with timestamp and attributes per frame in the track.
|
TimestampedObject.Builder |
TimestampedObject.Builder.mergeFrom(TimestampedObject other) |
static TimestampedObject.Builder |
TimestampedObject.newBuilder(TimestampedObject prototype) |
Track.Builder |
Track.Builder.setTimestampedObjects(int index,
TimestampedObject value)
The object with timestamp and attributes per frame in the track.
|
| Modifier and Type | Method and Description |
|---|---|
Track.Builder |
Track.Builder.addAllTimestampedObjects(Iterable<? extends TimestampedObject> values)
The object with timestamp and attributes per frame in the track.
|
Copyright © 2024 Google LLC. All rights reserved.