public class OverlayFilter extends Filter
| Constructor and Description |
|---|
OverlayFilter() |
OverlayFilter(String baseInputLabel,
OverlayLocation location,
Integer offsetX,
Integer offsetY)
Overlay video onto
baseInputLabel at location. |
OverlayFilter(String baseInputLabel,
String overlayInputLabel,
OverlayLocation location,
Integer offsetX,
Integer offsetY) |
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, getExpressionpublic OverlayFilter()
public OverlayFilter(String baseInputLabel, OverlayLocation location, Integer offsetX, Integer offsetY)
baseInputLabel at location. Offsets specify x/y
offsets from the four locations. This constructor has an implicit unmatched input pad that
needs to be filled by a previous filter in the chain.baseInputLabel - The location to overlay video onto.location - One of the four corners.offsetX - An offset from one of the four corners.offsetY - An offset from one of the four corners.public OverlayFilter(String baseInputLabel, String overlayInputLabel, OverlayLocation location, Integer offsetX, Integer offsetY)
Copyright © 2020. All rights reserved.