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_media_type_e |
libvlc_media_type_e.mediaType(int intValue) |
static libvlc_media_type_e |
libvlc_media_type_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_media_type_e[] |
libvlc_media_type_e.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
libvlc_media_type_e |
MediaPlayer.getMediaType()
Get the media type for the current media.
|
libvlc_media_type_e |
DefaultMediaPlayer.getMediaType() |
libvlc_media_type_e |
MediaPlayerFactory.getMediaType(libvlc_media_t media)
Get the media type for the media.
|
libvlc_media_type_e |
MediaPlayer.getMediaType(libvlc_media_t media)
Get the media type for a specific media.
|
libvlc_media_type_e |
DefaultMediaPlayer.getMediaType(libvlc_media_t media) |
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.