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_module_description_t |
LibVlc.libvlc_audio_filter_list_get(libvlc_instance_t p_instance)
Returns a list of audio filters that are available.
|
libvlc_module_description_t |
LibVlc.libvlc_video_filter_list_get(libvlc_instance_t p_instance)
Returns a list of video filters that are available.
|
Modifier and Type | Method and Description |
---|---|
void |
LibVlc.libvlc_module_description_list_release(libvlc_module_description_t p_list)
Release a list of module descriptions.
|
Modifier and Type | Class and Description |
---|---|
static class |
libvlc_module_description_t.ByReference |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.