Class CreateVideoRequest.Options

    • Field Detail

      • WINDOW

        public static final String WINDOW
        Specified using the data-type corresponding to the attribute. For a window of size W, a video frame rendered for time t will visualize data in the interval [t-W,t]. The minimum window size is the interval between successive frames. The minimum value is the default. If a value less than the minimum value is specified, it is replaced with the minimum window size. Larger values will make changes throughout the video appear more smooth while smaller values will capture fast variations in the data.
        See Also:
        Constant Field Values
      • REPLACE_IF_EXISTS

        public static final String REPLACE_IF_EXISTS
        If TRUE, deletes any existing video with the same path before creating a new video. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values