public static enum MediaStream.SourceType extends java.lang.Enum<MediaStream.SourceType>
Enum Constant and Description |
---|
AES128CBC
http://www.w3.org/TR/xmlenc-core/#sec-Alg-Block for the
encryption format.
|
AES128CTR
The basic AES-128-CTR cipher protected data.
|
DCF
Marlin DCF document format.
|
Modifier and Type | Method and Description |
---|---|
static MediaStream.SourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaStream.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaStream.SourceType DCF
public static final MediaStream.SourceType AES128CBC
public static final MediaStream.SourceType AES128CTR
public static MediaStream.SourceType[] values()
for (MediaStream.SourceType c : MediaStream.SourceType.values()) System.out.println(c);
public static MediaStream.SourceType 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