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 OverlayOverlay.Builder. build()OverlayOverlay.Builder. buildPartial()static OverlayOverlay. getDefaultInstance()OverlayOverlay.Builder. getDefaultInstanceForType()OverlayOverlay. getDefaultInstanceForType()OverlayJobConfig.Builder. getOverlays(int index)List of overlays on the output video, in descending Z-order.OverlayJobConfig. getOverlays(int index)List of overlays on the output video, in descending Z-order.OverlayJobConfigOrBuilder. getOverlays(int index)List of overlays on the output video, in descending Z-order.static OverlayOverlay. parseDelimitedFrom(InputStream input)static OverlayOverlay. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OverlayOverlay. parseFrom(byte[] data)static OverlayOverlay. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OverlayOverlay. parseFrom(com.google.protobuf.ByteString data)static OverlayOverlay. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OverlayOverlay. parseFrom(com.google.protobuf.CodedInputStream input)static OverlayOverlay. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OverlayOverlay. parseFrom(InputStream input)static OverlayOverlay. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OverlayOverlay. parseFrom(ByteBuffer data)static OverlayOverlay. 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.BuilderJobConfig.Builder. addOverlays(int index, Overlay value)List of overlays on the output video, in descending Z-order.JobConfig.BuilderJobConfig.Builder. addOverlays(Overlay value)List of overlays on the output video, in descending Z-order.Overlay.BuilderOverlay.Builder. mergeFrom(Overlay other)static Overlay.BuilderOverlay. newBuilder(Overlay prototype)JobConfig.BuilderJobConfig.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.BuilderJobConfig.Builder. addAllOverlays(Iterable<? extends Overlay> values)List of overlays on the output video, in descending Z-order.
-