Package | Description |
---|---|
uk.co.caprica.vlcj.binding |
Provides the JNA bindings, and related classes, to use the libvlc native
library.
|
uk.co.caprica.vlcj.player.media.callback |
Specification and base implementation for media that is provided by native media callback
functions.
|
Modifier and Type | Method and Description |
---|---|
libvlc_media_t |
LibVlc.libvlc_media_new_callbacks(libvlc_instance_t instance,
libvlc_media_open_cb open_cb,
libvlc_media_read_cb read_cb,
libvlc_media_seek_cb seek_cb,
libvlc_media_close_cb close_cb,
com.sun.jna.Pointer opaque)
Create a media with custom callbacks to read the data from.
|
Modifier and Type | Method and Description |
---|---|
libvlc_media_read_cb |
CallbackMedia.getRead()
Get the native read media callback.
|
libvlc_media_read_cb |
AbstractCallbackMedia.getRead() |
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.