Package net.sf.ffmpeg_java
Interface AVFormatLibrary.URLSeek
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing interface:
- AVFormatLibrary
public static interface AVFormatLibrary.URLSeek extends com.sun.jna.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
callback(AVFormatLibrary.URLContext h, long pos, int whence)
-
-
-
Method Detail
-
callback
long callback(AVFormatLibrary.URLContext h, long pos, int whence)
-
-