public interface EditAtomOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.DurationOrBuilder |
getEndTimeOffsetOrBuilder()
End time in seconds for the atom, relative to the input file timeline.
|
String |
getInputs(int index)
List of `Input.key`s identifying files that should be used in this atom.
|
com.google.protobuf.ByteString |
getInputsBytes(int index)
List of `Input.key`s identifying files that should be used in this atom.
|
int |
getInputsCount()
List of `Input.key`s identifying files that should be used in this atom.
|
List<String> |
getInputsList()
List of `Input.key`s identifying files that should be used in this atom.
|
String |
getKey()
A unique key for this atom.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this atom.
|
com.google.protobuf.Duration |
getStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.DurationOrBuilder |
getStartTimeOffsetOrBuilder()
Start time in seconds for the atom, relative to the input file timeline.
|
boolean |
hasEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
boolean |
hasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;List<String> getInputsList()
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;int getInputsCount()
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;String getInputs(int index)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;index - The index of the element to return.com.google.protobuf.ByteString getInputsBytes(int index)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;index - The index of the value to return.boolean hasEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;com.google.protobuf.Duration getEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;boolean hasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;com.google.protobuf.Duration getStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;Copyright © 2022 Google LLC. All rights reserved.