
public static enum MediaDescriptor.Type extends Enum<MediaDescriptor.Type>
| Enum Constant and Description |
|---|
MEDIA_ATTACHMENT
Opaque data, usually sparse
|
MEDIA_AUDIO
Audio data
|
MEDIA_DATA
Opaque data, usually continuous
|
MEDIA_SUBTITLE
Subtitle data
|
MEDIA_UNKNOWN
Usually treated as DATA
|
MEDIA_VIDEO
Video data
|
| Modifier and Type | Method and Description |
|---|---|
static MediaDescriptor.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static MediaDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaDescriptor.Type MEDIA_UNKNOWN
public static final MediaDescriptor.Type MEDIA_VIDEO
public static final MediaDescriptor.Type MEDIA_AUDIO
public static final MediaDescriptor.Type MEDIA_DATA
public static final MediaDescriptor.Type MEDIA_SUBTITLE
public static final MediaDescriptor.Type MEDIA_ATTACHMENT
public static MediaDescriptor.Type[] values()
for (MediaDescriptor.Type c : MediaDescriptor.Type.values()) System.out.println(c);
public static MediaDescriptor.Type 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 final int swigValue()
public static MediaDescriptor.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.