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