|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Deblocking>
com.flagstone.transform.video.Deblocking
public enum Deblocking
Deblocking is used to specify the whether deblocking is applied to video streams.
| Enum Constant Summary | |
|---|---|
LEVEL2
Apply deblocking for VP6 only. |
|
LEVEL3
Apply deblocking and fast deringing for VP6 only. |
|
LEVEL4
Apply deblocking and better deringing for VP6 only. |
|
OFF
No deblocking. |
|
ON
Apply deblocking. |
|
VIDEO
Apply deblocking if it is specified in the video stream. |
|
| Method Summary | |
|---|---|
static Deblocking |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Deblocking[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Deblocking OFF
public static final Deblocking ON
public static final Deblocking VIDEO
public static final Deblocking LEVEL2
public static final Deblocking LEVEL3
public static final Deblocking LEVEL4
| Method Detail |
|---|
public static Deblocking[] values()
for (Deblocking c : Deblocking.values()) System.out.println(c);
public static Deblocking valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||