Uses of Class
com.google.cloud.video.transcoder.v1.Overlay
-
Packages that use Overlay Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Overlay in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Overlay Modifier and Type Method Description Overlay
Overlay.Builder. build()
Overlay
Overlay.Builder. buildPartial()
static Overlay
Overlay. getDefaultInstance()
Overlay
Overlay.Builder. getDefaultInstanceForType()
Overlay
Overlay. getDefaultInstanceForType()
Overlay
JobConfig.Builder. 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
JobConfigOrBuilder. 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(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)
static Overlay
Overlay. parseFrom(ByteBuffer data)
static Overlay
Overlay. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Overlay Modifier and Type Method Description List<Overlay>
JobConfig.Builder. 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>
JobConfigOrBuilder. 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()
Methods in com.google.cloud.video.transcoder.v1 with parameters of type Overlay Modifier and Type Method 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.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type Overlay Modifier and Type Method Description JobConfig.Builder
JobConfig.Builder. addAllOverlays(Iterable<? extends Overlay> values)
List of overlays on the output video, in descending Z-order.
-