public abstract class TrackInfo extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
int |
bitRate()
Get the bit-rate.
|
int |
codec()
Get the codec (fourcc).
|
String |
codecDescription()
Get the codec description.
|
String |
codecName()
Get the codec name.
|
String |
description()
Get the description.
|
int |
id()
Get the track id.
|
String |
language()
Get the language.
|
int |
level()
Get the level.
|
String |
originalCodecName()
Get the original codec name.
|
int |
orignalCodec()
Get the original codec (fourcc).
|
int |
profile()
Get the profile.
|
String |
toString() |
public final int codec()
public final String codecName()
public final int orignalCodec()
public final String originalCodecName()
public final int id()
public final int profile()
public final int level()
public final int bitRate()
public final String language()
public final String description()
public final String codecDescription()
The codec description is only available with VLC 3.0.0 and later.
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.