java.lang.Object
uk.co.caprica.vlcj.media.TrackInfo
- Direct Known Subclasses:
AudioTrackInfo,TextTrackInfo,UnknownTrackInfo,VideoTrackInfo
Base track info.
-
Method Summary
Modifier and TypeMethodDescriptionfinal intbitRate()Get the bit-rate.final intcodec()Get the codec (fourcc).final StringGet the codec description.final StringGet the codec name.final StringGet the description.final intid()Get the track id.final Stringlanguage()Get the language.final intlevel()Get the level.final StringGet the original codec name.final intGet the original codec (fourcc).final intprofile()Get the profile.toString()
-
Method Details
-
codec
public final int codec()Get the codec (fourcc).- Returns:
- codec
-
codecName
Get the codec name.- Returns:
- codec name
-
orignalCodec
public final int orignalCodec()Get the original codec (fourcc).- Returns:
- original codec
-
originalCodecName
Get the original codec name.- Returns:
- original codec name
-
id
public final int id()Get the track id.- Returns:
- track id
-
profile
public final int profile()Get the profile.- Returns:
- profile
-
level
public final int level()Get the level.- Returns:
- level
-
bitRate
public final int bitRate()Get the bit-rate.- Returns:
- bit-rate
-
language
Get the language.- Returns:
- language
-
description
Get the description.- Returns:
- description
-
codecDescription
Get the codec description.The codec description is only available with VLC 3.0.0 and later.
- Returns:
- codec description
-
toString
-