Interface MotionImageInsertionOffset.Builder

    • Method Detail

      • imageX

        MotionImageInsertionOffset.Builder imageX​(Integer imageX)
        Set the distance, in pixels, between the overlay and the left edge of the video frame.
        Parameters:
        imageX - Set the distance, in pixels, between the overlay and the left edge of the video frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageY

        MotionImageInsertionOffset.Builder imageY​(Integer imageY)
        Set the distance, in pixels, between the overlay and the top edge of the video frame.
        Parameters:
        imageY - Set the distance, in pixels, between the overlay and the top edge of the video frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.