Uses of Class
ws.schild.jave.filters.helpers.OverlayLocation
-
Packages that use OverlayLocation Package Description ws.schild.jave.filtergraphs ws.schild.jave.filters ws.schild.jave.filters.helpers -
-
Uses of OverlayLocation in ws.schild.jave.filtergraphs
Constructors in ws.schild.jave.filtergraphs with parameters of type OverlayLocation Constructor Description OverlayWatermark(java.io.File watermark, OverlayLocation location, java.lang.Integer offsetX, java.lang.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 OverlayLocation Constructor Description OverlayFilter(java.lang.String baseInputLabel, java.lang.String overlayInputLabel, OverlayLocation location, java.lang.Integer offsetX, java.lang.Integer offsetY)OverlayFilter(java.lang.String baseInputLabel, OverlayLocation location, java.lang.Integer offsetX, java.lang.Integer offsetY)Overlay video ontobaseInputLabelatlocation. -
Uses of OverlayLocation in ws.schild.jave.filters.helpers
Methods in ws.schild.jave.filters.helpers that return OverlayLocation Modifier and Type Method Description static OverlayLocationOverlayLocation. valueOf(java.lang.String name)Returns 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.
-