Module uk.co.caprica.vlcj.natives
Interface libvlc_media_seek_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_media_seek_cb
extends com.sun.jna.Callback
Native seek media callback.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionintseek(com.sun.jna.Pointer opaque, long offset) Callback prototype to seek a custom bitstream input media.
-
Method Details
-
seek
int seek(com.sun.jna.Pointer opaque, long offset) Callback prototype to seek a custom bitstream input media.- Parameters:
opaque- private pointer as set by the @ref libvlc_media_open_cb callbackoffset- absolute byte offset to seek to- Returns:
- 0 on success, -1 on error.
-