public static final class CreateVideoRequest.Options extends Object
TTL
: Sets the TTL of the video.
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.
NO_ERROR_IF_EXISTS
: If true
, does not return an error if the
video already exists. Ignored if replace_if_exists
is true
.
Supported values:
The default value is FALSE
.
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
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
NO_ERROR_IF_EXISTS
If
true , does not return an error if the video already
exists. |
static String |
REPLACE_IF_EXISTS
If
true , deletes any existing video with the same path
before creating a new video. |
static String |
TRUE |
static String |
TTL
|
public static final String TTL
public static final String WINDOW
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.public static final String NO_ERROR_IF_EXISTS
true
, does not return an error if the video already
exists. Ignored if replace_if_exists
is true
.
Supported values:
The default value is FALSE
.public static final String FALSE
public static final String TRUE
public static final String REPLACE_IF_EXISTS
true
, deletes any existing video with the same path
before creating a new video.
Supported values:
The default value is FALSE
.Copyright © 2024. All rights reserved.