Package | Description |
---|---|
agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
Modifier and Type | Method and Description |
---|---|
static VideoPlayback |
VideoPlayback.getDefault()
Get the enum constant that is considered to be the default.
|
static VideoPlayback |
VideoPlayback.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
VideoPlayback |
VideoStream.getPlayback()
Gets the
VideoPlayback mode of the video. |
static VideoPlayback |
VideoPlayback.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoPlayback[] |
VideoPlayback.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoStream.setPlayback(VideoPlayback value)
Sets the
VideoPlayback mode of the video. |