Uses of Enum
ws.schild.jave.filters.helpers.OverlayLocation
Packages that use OverlayLocation
Package
Description
-
Uses of OverlayLocation in ws.schild.jave.filtergraphs
Constructors in ws.schild.jave.filtergraphs with parameters of type OverlayLocationModifierConstructorDescriptionOverlayWatermark(File watermark, OverlayLocation location, Integer offsetX, Integer offsetY) Create an overlay filtergraph that will overlay a watermark image on the video. -
Uses of OverlayLocation in ws.schild.jave.filters
Constructors in ws.schild.jave.filters with parameters of type OverlayLocationModifierConstructorDescriptionOverlayFilter(String baseInputLabel, String overlayInputLabel, OverlayLocation location, Integer offsetX, Integer offsetY) OverlayFilter(String baseInputLabel, OverlayLocation location, Integer offsetX, Integer offsetY) Overlay video ontobaseInputLabelatlocation. -
Uses of OverlayLocation in ws.schild.jave.filters.helpers
Methods in ws.schild.jave.filters.helpers that return OverlayLocationModifier and TypeMethodDescriptionstatic OverlayLocationReturns the enum constant of this type with the specified name.static OverlayLocation[]OverlayLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.