| Modifier and Type | Method and Description |
|---|---|
Overlay |
Overlay.Builder.build() |
Overlay |
Overlay.Builder.buildPartial() |
static Overlay |
Overlay.getDefaultInstance() |
Overlay |
Overlay.getDefaultInstanceForType() |
Overlay |
Overlay.Builder.getDefaultInstanceForType() |
Overlay |
JobConfigOrBuilder.getOverlays(int index)
List of overlays on the output video, in descending Z-order.
|
Overlay |
JobConfig.getOverlays(int index)
List of overlays on the output video, in descending Z-order.
|
Overlay |
JobConfig.Builder.getOverlays(int index)
List of overlays on the output video, in descending Z-order.
|
static Overlay |
Overlay.parseDelimitedFrom(InputStream input) |
static Overlay |
Overlay.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Overlay |
Overlay.parseFrom(byte[] data) |
static Overlay |
Overlay.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Overlay |
Overlay.parseFrom(ByteBuffer data) |
static Overlay |
Overlay.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Overlay |
Overlay.parseFrom(com.google.protobuf.ByteString data) |
static Overlay |
Overlay.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Overlay |
Overlay.parseFrom(com.google.protobuf.CodedInputStream input) |
static Overlay |
Overlay.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Overlay |
Overlay.parseFrom(InputStream input) |
static Overlay |
Overlay.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Overlay> |
JobConfigOrBuilder.getOverlaysList()
List of overlays on the output video, in descending Z-order.
|
List<Overlay> |
JobConfig.getOverlaysList()
List of overlays on the output video, in descending Z-order.
|
List<Overlay> |
JobConfig.Builder.getOverlaysList()
List of overlays on the output video, in descending Z-order.
|
com.google.protobuf.Parser<Overlay> |
Overlay.getParserForType() |
static com.google.protobuf.Parser<Overlay> |
Overlay.parser() |
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addOverlays(int index,
Overlay value)
List of overlays on the output video, in descending Z-order.
|
JobConfig.Builder |
JobConfig.Builder.addOverlays(Overlay value)
List of overlays on the output video, in descending Z-order.
|
Overlay.Builder |
Overlay.Builder.mergeFrom(Overlay other) |
static Overlay.Builder |
Overlay.newBuilder(Overlay prototype) |
JobConfig.Builder |
JobConfig.Builder.setOverlays(int index,
Overlay value)
List of overlays on the output video, in descending Z-order.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig.Builder |
JobConfig.Builder.addAllOverlays(Iterable<? extends Overlay> values)
List of overlays on the output video, in descending Z-order.
|
Copyright © 2022 Google LLC. All rights reserved.