public static class AVFormatLibrary.URLContext
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
byte |
filename |
int |
flags |
int |
is_streamed |
int |
max_packet_size
< true if streamed (no seek possible), default = false
|
com.sun.jna.Pointer |
priv_data
< if non zero, the stream is packetized with this max packet size
|
com.sun.jna.Pointer |
prot |
| Constructor and Description |
|---|
AVFormatLibrary.URLContext() |
public com.sun.jna.Pointer prot
public int flags
public int is_streamed
public int max_packet_size
public com.sun.jna.Pointer priv_data
public byte filename