Package | Description |
---|---|
uk.co.caprica.vlcj.binding |
Provides the JNA bindings, and related classes, to use the libvlc native
library.
|
uk.co.caprica.vlcj.binding.internal |
Internal JNA bindings for libvlc, bindings to native types and structures.
|
Modifier and Type | Method and Description |
---|---|
libvlc_track_description_t |
LibVlc.libvlc_audio_get_track_description(libvlc_media_player_t p_mi)
Get the description of available audio tracks.
|
libvlc_track_description_t |
LibVlc.libvlc_video_get_chapter_description(libvlc_media_player_t p_mi,
int i_title)
Get the description of available chapters for specific title.
|
libvlc_track_description_t |
LibVlc.libvlc_video_get_spu_description(libvlc_media_player_t p_mi)
Get the description of available video subtitles.
|
libvlc_track_description_t |
LibVlc.libvlc_video_get_title_description(libvlc_media_player_t p_mi)
Get the description of available titles.
|
libvlc_track_description_t |
LibVlc.libvlc_video_get_track_description(libvlc_media_player_t p_mi)
Get the description of available video tracks.
|
Modifier and Type | Class and Description |
---|---|
static class |
libvlc_track_description_t.ByReference |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.