public static enum MediaInfo.StreamKind extends Enum<MediaInfo.StreamKind>
| Enum Constant and Description |
|---|
Audio |
Chapters |
General |
Image |
Menu |
Text |
Video |
| Modifier and Type | Method and Description |
|---|---|
static MediaInfo.StreamKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaInfo.StreamKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaInfo.StreamKind General
public static final MediaInfo.StreamKind Video
public static final MediaInfo.StreamKind Audio
public static final MediaInfo.StreamKind Text
public static final MediaInfo.StreamKind Chapters
public static final MediaInfo.StreamKind Image
public static final MediaInfo.StreamKind Menu
public static MediaInfo.StreamKind[] values()
for (MediaInfo.StreamKind c : MediaInfo.StreamKind.values()) System.out.println(c);
public static MediaInfo.StreamKind 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 nullCopyright © 2019 Kurento. All rights reserved.