Package | Description |
---|---|
uk.co.caprica.vlcj.binding.internal |
Internal JNA bindings for libvlc, bindings to native types and structures.
|
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 libvlc_track_type_t |
libvlc_track_type_t.valueOf(int intValue) |
static libvlc_track_type_t |
libvlc_track_type_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_track_type_t[] |
libvlc_track_type_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
MediaPlayerFactory.getCodecDescription(libvlc_track_type_t type,
int codec)
Get a description for a particular codec value.
|
String |
MediaPlayer.getCodecDescription(libvlc_track_type_t type,
int codec)
Get a description for a FourCC codec value.
|
String |
DefaultMediaPlayer.getCodecDescription(libvlc_track_type_t type,
int codec) |
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.