
public static enum Coder.Flag2 extends Enum<Coder.Flag2>
| Enum Constant and Description |
|---|
FLAG2_CHUNKS
Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
|
FLAG2_DROP_FRAME_TIMECODE
timecode is in drop frame format.
|
FLAG2_EXPORT_MVS
Export motion vectors through frame side data
|
FLAG2_FAST
Allow non spec compliant speedup tricks.
|
FLAG2_IGNORE_CROP
Discard cropping information from SPS.
|
FLAG2_LOCAL_HEADER
Place global headers at every keyframe instead of in extradata.
|
FLAG2_NO_OUTPUT
Skip bitstream encoding.
|
FLAG2_SHOW_ALL
Show all frames before the first keyframe
|
| Modifier and Type | Method and Description |
|---|---|
static Coder.Flag2 |
swigToEnum(int swigValue) |
int |
swigValue() |
static Coder.Flag2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coder.Flag2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Coder.Flag2 FLAG2_FAST
public static final Coder.Flag2 FLAG2_NO_OUTPUT
public static final Coder.Flag2 FLAG2_LOCAL_HEADER
public static final Coder.Flag2 FLAG2_DROP_FRAME_TIMECODE
public static final Coder.Flag2 FLAG2_IGNORE_CROP
public static final Coder.Flag2 FLAG2_CHUNKS
public static final Coder.Flag2 FLAG2_SHOW_ALL
public static final Coder.Flag2 FLAG2_EXPORT_MVS
public static Coder.Flag2[] values()
for (Coder.Flag2 c : Coder.Flag2.values()) System.out.println(c);
public static Coder.Flag2 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 Coder.Flag2 swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.