public static enum MediaAdapter.LicenseType extends java.lang.Enum<MediaAdapter.LicenseType>
MediaAdapter.Config
Enum Constant and Description |
---|
PERSISTENT_LICENSE
Offline persistent license, Marlin Broadband.
|
STREAMING_LICENSE
Online streaming license, Marlin MS3.
|
Modifier and Type | Method and Description |
---|---|
static MediaAdapter.LicenseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaAdapter.LicenseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaAdapter.LicenseType STREAMING_LICENSE
public static final MediaAdapter.LicenseType PERSISTENT_LICENSE
public static MediaAdapter.LicenseType[] values()
for (MediaAdapter.LicenseType c : MediaAdapter.LicenseType.values()) System.out.println(c);
public static MediaAdapter.LicenseType 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