Class OverlayFilter

    • Constructor Detail

      • OverlayFilter

        public OverlayFilter()
      • OverlayFilter

        public OverlayFilter​(java.lang.String baseInputLabel,
                             OverlayLocation location,
                             java.lang.Integer offsetX,
                             java.lang.Integer offsetY)
        Overlay video onto 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.
        Parameters:
        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.
      • OverlayFilter

        public OverlayFilter​(java.lang.String baseInputLabel,
                             java.lang.String overlayInputLabel,
                             OverlayLocation location,
                             java.lang.Integer offsetX,
                             java.lang.Integer offsetY)