All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
capacities() |
void |
close() |
static String |
codecs() |
void |
dispose() |
protected void |
finalize() |
String |
get(MediaInfo.StreamKind streamKind,
int streamNumber,
int parameterIndex) |
String |
get(MediaInfo.StreamKind streamKind,
int streamNumber,
int parameterIndex,
MediaInfo.InfoKind infoKind) |
String |
get(MediaInfo.StreamKind streamKind,
int streamNumber,
String parameter) |
String |
get(MediaInfo.StreamKind streamKind,
int streamNumber,
String parameter,
MediaInfo.InfoKind infoKind) |
String |
get(MediaInfo.StreamKind streamKind,
int streamNumber,
String parameter,
MediaInfo.InfoKind infoKind,
MediaInfo.InfoKind searchKind) |
String |
inform() |
boolean |
open(File file) |
String |
option(String option) |
String |
option(String option,
String value) |
int |
parameterCount(MediaInfo.StreamKind streamKind,
int streamNumber) |
static String |
parameters() |
Map<MediaInfo.StreamKind,List<Map<String,String>>> |
snapshot() |
Map<String,String> |
snapshot(MediaInfo.StreamKind streamKind,
int streamNumber) |
static String |
staticOption(String option) |
static String |
staticOption(String option,
String value) |
int |
streamCount(MediaInfo.StreamKind streamKind) |
static String |
version() |