
public static enum Codec.DiscardFlag extends Enum<Codec.DiscardFlag>
| Enum Constant and Description |
|---|
DISCARD_ALL
discard all
|
DISCARD_BIDIR
Discard all bidirectional frames
|
DISCARD_DEFAULT
Discard useless packets like 0 size packets in avi.
|
DISCARD_NONE
Discard nothing.
|
DISCARD_NONKEY
Discard all frames except keyframes
|
DISCARD_NONREF
Discard all non reference
|
| Modifier and Type | Method and Description |
|---|---|
static Codec.DiscardFlag |
swigToEnum(int swigValue) |
int |
swigValue() |
static Codec.DiscardFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec.DiscardFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codec.DiscardFlag DISCARD_NONE
public static final Codec.DiscardFlag DISCARD_DEFAULT
public static final Codec.DiscardFlag DISCARD_NONREF
public static final Codec.DiscardFlag DISCARD_BIDIR
public static final Codec.DiscardFlag DISCARD_NONKEY
public static final Codec.DiscardFlag DISCARD_ALL
public static Codec.DiscardFlag[] values()
for (Codec.DiscardFlag c : Codec.DiscardFlag.values()) System.out.println(c);
public static Codec.DiscardFlag 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 Codec.DiscardFlag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.