
public static enum Muxer.State extends Enum<Muxer.State>
| Enum Constant and Description |
|---|
STATE_CLOSED
Trailer is written, file is closed and all file-resources have been released.
|
STATE_ERROR
An error has occured.
|
STATE_INITED
Initialized but not yet opened.
|
STATE_OPENED
File is opened, and header is written.
|
| Modifier and Type | Method and Description |
|---|---|
static Muxer.State |
swigToEnum(int swigValue) |
int |
swigValue() |
static Muxer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Muxer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Muxer.State STATE_INITED
public static final Muxer.State STATE_OPENED
public static final Muxer.State STATE_CLOSED
public static final Muxer.State STATE_ERROR
public static Muxer.State[] values()
for (Muxer.State c : Muxer.State.values()) System.out.println(c);
public static Muxer.State 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 final int swigValue()
public static Muxer.State swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.