| Package | Description |
|---|---|
| com.wix.mediaplatform.dto.video |
| Modifier and Type | Method and Description |
|---|---|
static EncodingOptions.VideoFormat |
EncodingOptions.VideoFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingOptions.VideoFormat[] |
EncodingOptions.VideoFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EncodingOptions.VideoFormat> |
EncodingOptions.getVideoFormats() |
| Constructor and Description |
|---|
EncodingOptions(Set<EncodingOptions.VideoFormat> videoFormats,
boolean skipAudio,
boolean extractAudio,
EncodingOptions.AudioFormat audioFormat,
EncodingOptions.ImageFormat imageFormat) |
Copyright © 2016 wix.com. All rights reserved.