public static final class CreateVideoRequest.Options extends Object
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
Copyright © 2025. All rights reserved.