Package | Description |
---|---|
uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
Modifier and Type | Method and Description |
---|---|
static TrackType |
TrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackType[] |
TrackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<List<TrackInfo>> |
MediaPlayer.getSubItemTrackInfo(TrackType... types)
Get the track (i.e.
|
List<List<TrackInfo>> |
DefaultMediaPlayer.getSubItemTrackInfo(TrackType... types) |
List<TrackInfo> |
MediaPlayer.getTrackInfo(libvlc_media_t media,
TrackType... types)
Get track (i.e.
|
List<TrackInfo> |
DefaultMediaPlayer.getTrackInfo(libvlc_media_t media,
TrackType... types) |
List<TrackInfo> |
MediaPlayer.getTrackInfo(TrackType... types)
Get the track (i.e.
|
List<TrackInfo> |
DefaultMediaPlayer.getTrackInfo(TrackType... types) |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.