public enum VideoFormat extends Enum<VideoFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VideoFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFormat THIRDGP
public static final VideoFormat AVI
public static final VideoFormat MKV
public static final VideoFormat MOV
public static final VideoFormat MP4
public static final VideoFormat OGV
public static final VideoFormat WEBM
public static VideoFormat[] values()
for (VideoFormat c : VideoFormat.values()) System.out.println(c);
public static VideoFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<VideoFormat>Copyright © 2019 Kurento. All rights reserved.