| Package | Description |
|---|---|
| org.kurento.test.mediainfo |
| Modifier and Type | Method and Description |
|---|---|
static MediaInfo.InfoKind |
MediaInfo.InfoKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaInfo.InfoKind[] |
MediaInfo.InfoKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MediaInfo.get(MediaInfo.StreamKind streamKind,
int streamNumber,
int parameterIndex,
MediaInfo.InfoKind infoKind) |
String |
MediaInfo.get(MediaInfo.StreamKind streamKind,
int streamNumber,
String parameter,
MediaInfo.InfoKind infoKind) |
String |
MediaInfo.get(MediaInfo.StreamKind streamKind,
int streamNumber,
String parameter,
MediaInfo.InfoKind infoKind,
MediaInfo.InfoKind searchKind) |
Copyright © 2015 Kurento. All rights reserved.