Package net.sf.ffmpeg_java
Class AVFormatLibrary.URLProtocol
- java.lang.Object
-
- com.sun.jna.Structure
-
- net.sf.ffmpeg_java.AVFormatLibrary.URLProtocol
-
- Enclosing interface:
- AVFormatLibrary
public static class AVFormatLibrary.URLProtocol extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
com.sun.jna.Pointer
next
AVFormatLibrary.URLClose
url_close
AVFormatLibrary.URLOpen
url_open
AVFormatLibrary.URLRead
url_read
AVFormatLibrary.URLSeek
url_seek
AVFormatLibrary.URLWrite
url_write
-
Constructor Summary
Constructors Constructor Description URLProtocol()
-
-
-
Field Detail
-
name
public java.lang.String name
-
url_open
public AVFormatLibrary.URLOpen url_open
-
url_read
public AVFormatLibrary.URLRead url_read
-
url_write
public AVFormatLibrary.URLWrite url_write
-
url_seek
public AVFormatLibrary.URLSeek url_seek
-
url_close
public AVFormatLibrary.URLClose url_close
-
next
public com.sun.jna.Pointer next
-
-