
public static enum Coder.Flag extends Enum<Coder.Flag>
| Enum Constant and Description |
|---|
FLAG_4MV
4 MV per MB allowed / advanced prediction for H.263.
|
FLAG_AC_PRED
H.263 advanced intra coding / MPEG-4 AC prediction
|
FLAG_BITEXACT
Use only bitexact stuff (except (I)DCT).
|
FLAG_CLOSED_GOP |
FLAG_EMU_EDGE
Don't draw edges.
|
FLAG_GLOBAL_HEADER
Place global headers in extradata instead of every keyframe.
|
FLAG_GMC
Use GMC.
|
FLAG_GRAY
Only decode/encode grayscale.
|
FLAG_INPUT_PRESERVED
The parent program guarantees that the input for B-frames containing
streams is not written to for at least s->max_b_frames+1 frames, if this is not set the input will be copied. |
FLAG_INTERLACED_DCT
Use interlaced DCT.
|
FLAG_INTERLACED_ME
interlaced motion estimation
|
FLAG_LOOP_FILTER
loop filter
|
FLAG_LOW_DELAY
Force low delay.
|
FLAG_MV0
Always try a MB with MV=<0,0>.
|
FLAG_NORMALIZE_AQP
Normalize adaptive quantization.
|
FLAG_PASS1
Use internal 2pass ratecontrol in first pass mode.
|
FLAG_PASS2
Use internal 2pass ratecontrol in second pass mode.
|
FLAG_PSNR
error[?] variables will be set during encoding.
|
FLAG_QPEL
Use qpel MC.
|
FLAG_QSCALE
Use fixed qscale.
|
FLAG_TRUNCATED
Input bitstream might be truncated at a random
location instead of only at frame boundaries. |
FLAG_UNALIGNED |
| Modifier and Type | Method and Description |
|---|---|
static Coder.Flag |
swigToEnum(int swigValue) |
int |
swigValue() |
static Coder.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coder.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Coder.Flag FLAG_UNALIGNED
public static final Coder.Flag FLAG_QSCALE
public static final Coder.Flag FLAG_4MV
public static final Coder.Flag FLAG_QPEL
public static final Coder.Flag FLAG_GMC
public static final Coder.Flag FLAG_MV0
public static final Coder.Flag FLAG_INPUT_PRESERVED
public static final Coder.Flag FLAG_PASS1
public static final Coder.Flag FLAG_PASS2
public static final Coder.Flag FLAG_GRAY
public static final Coder.Flag FLAG_EMU_EDGE
public static final Coder.Flag FLAG_PSNR
public static final Coder.Flag FLAG_TRUNCATED
public static final Coder.Flag FLAG_NORMALIZE_AQP
public static final Coder.Flag FLAG_INTERLACED_DCT
public static final Coder.Flag FLAG_LOW_DELAY
public static final Coder.Flag FLAG_GLOBAL_HEADER
public static final Coder.Flag FLAG_BITEXACT
public static final Coder.Flag FLAG_AC_PRED
public static final Coder.Flag FLAG_LOOP_FILTER
public static final Coder.Flag FLAG_INTERLACED_ME
public static final Coder.Flag FLAG_CLOSED_GOP
public static Coder.Flag[] values()
for (Coder.Flag c : Coder.Flag.values()) System.out.println(c);
public static Coder.Flag 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.Flag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.