public enum MvPredictionMode extends Enum<MvPredictionMode>
Enum Constant and Description |
---|
AUTO
Motion vector prediction mode
|
NONE
Motion vector prediction mode
|
SPATIAL
Motion vector prediction mode
|
TEMPORAL
Motion vector prediction mode
|
Modifier and Type | Method and Description |
---|---|
static MvPredictionMode |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MvPredictionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MvPredictionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MvPredictionMode NONE
public static final MvPredictionMode SPATIAL
public static final MvPredictionMode TEMPORAL
public static final MvPredictionMode AUTO
public static MvPredictionMode[] values()
for (MvPredictionMode c : MvPredictionMode.values()) System.out.println(c);
public static MvPredictionMode 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 String getValue()
public String toString()
toString
in class Enum<MvPredictionMode>
public static MvPredictionMode fromValue(String text)
Copyright © 2025. All rights reserved.