public static enum SharedLibraryNameHelper.PLSharedLibraryType extends java.lang.Enum<SharedLibraryNameHelper.PLSharedLibraryType>
| Enum Constant and Description |
|---|
PL_SO_TYPE_AAC
For software aac encoding.
|
PL_SO_TYPE_CORE
For streaming core.
|
PL_SO_TYPE_H264
For software h264 encoding.
|
PL_SO_TYPE_MM
For native image processing
|
| Modifier and Type | Method and Description |
|---|---|
static SharedLibraryNameHelper.PLSharedLibraryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedLibraryNameHelper.PLSharedLibraryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedLibraryNameHelper.PLSharedLibraryType PL_SO_TYPE_CORE
public static final SharedLibraryNameHelper.PLSharedLibraryType PL_SO_TYPE_H264
public static final SharedLibraryNameHelper.PLSharedLibraryType PL_SO_TYPE_AAC
public static final SharedLibraryNameHelper.PLSharedLibraryType PL_SO_TYPE_MM
public static SharedLibraryNameHelper.PLSharedLibraryType[] values()
for (SharedLibraryNameHelper.PLSharedLibraryType c : SharedLibraryNameHelper.PLSharedLibraryType.values()) System.out.println(c);
public static SharedLibraryNameHelper.PLSharedLibraryType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null