public static enum Muxer.FORMAT extends java.lang.Enum<Muxer.FORMAT>
| Modifier and Type | Method and Description |
|---|---|
static Muxer.FORMAT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Muxer.FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Muxer.FORMAT MPEG4
public static final Muxer.FORMAT HLS
public static final Muxer.FORMAT RTMP
public static Muxer.FORMAT[] values()
for (Muxer.FORMAT c : Muxer.FORMAT.values()) System.out.println(c);
public static Muxer.FORMAT valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null