
public static enum Demuxer.State extends Enum<Demuxer.State>
| Enum Constant and Description |
|---|
STATE_CLOSED
STATE_CLOSED: Container is closed and should be discarded.
|
STATE_ERROR
STATE_ERROR: Container had an error and should be discarded.
|
STATE_INITED
STATE_INITED: Allocated but open has not been called yet.
|
STATE_OPENED
STATE_OPENED: Opened and read to read or write data.
|
STATE_PAUSED
Some containers (e.g.
|
STATE_PLAYING
Some Sources can be live (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static Demuxer.State |
swigToEnum(int swigValue) |
int |
swigValue() |
static Demuxer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Demuxer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Demuxer.State STATE_INITED
public static final Demuxer.State STATE_OPENED
public static final Demuxer.State STATE_PLAYING
public static final Demuxer.State STATE_PAUSED
public static final Demuxer.State STATE_CLOSED
public static final Demuxer.State STATE_ERROR
public static Demuxer.State[] values()
for (Demuxer.State c : Demuxer.State.values()) System.out.println(c);
public static Demuxer.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 Demuxer.State swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.