public static class AVFormatLibrary.URLProtocol
extends com.sun.jna.Structure
Modifier and Type | Field and 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 and Description |
---|
AVFormatLibrary.URLProtocol() |
public java.lang.String name
public AVFormatLibrary.URLOpen url_open
public AVFormatLibrary.URLRead url_read
public AVFormatLibrary.URLWrite url_write
public AVFormatLibrary.URLSeek url_seek
public AVFormatLibrary.URLClose url_close
public com.sun.jna.Pointer next