Uses of Interface
com.google.cloud.video.transcoder.v1.OverlayOrBuilder
-
Packages that use OverlayOrBuilder Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of OverlayOrBuilder in com.google.cloud.video.transcoder.v1
Classes in com.google.cloud.video.transcoder.v1 that implement OverlayOrBuilder Modifier and Type Class Description class
Overlay
Overlay configuration.static class
Overlay.Builder
Overlay configuration.Methods in com.google.cloud.video.transcoder.v1 that return OverlayOrBuilder Modifier and Type Method Description OverlayOrBuilder
JobConfig.Builder. getOverlaysOrBuilder(int index)
List of overlays on the output video, in descending Z-order.OverlayOrBuilder
JobConfig. getOverlaysOrBuilder(int index)
List of overlays on the output video, in descending Z-order.OverlayOrBuilder
JobConfigOrBuilder. getOverlaysOrBuilder(int index)
List of overlays on the output video, in descending Z-order.Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type OverlayOrBuilder Modifier and Type Method Description List<? extends OverlayOrBuilder>
JobConfig.Builder. getOverlaysOrBuilderList()
List of overlays on the output video, in descending Z-order.List<? extends OverlayOrBuilder>
JobConfig. getOverlaysOrBuilderList()
List of overlays on the output video, in descending Z-order.List<? extends OverlayOrBuilder>
JobConfigOrBuilder. getOverlaysOrBuilderList()
List of overlays on the output video, in descending Z-order.
-