Package net.sf.ffmpeg_java
Class AVFormatLibrary.URLContext
- java.lang.Object
-
- com.sun.jna.Structure
-
- net.sf.ffmpeg_java.AVFormatLibrary.URLContext
-
- Enclosing interface:
- AVFormatLibrary
public static class AVFormatLibrary.URLContext extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description byte
filename
int
flags
int
is_streamed
int
max_packet_size
< true if streamed (no seek possible), default = falsecom.sun.jna.Pointer
priv_data
< if non zero, the stream is packetized with this max packet sizecom.sun.jna.Pointer
prot
-
Constructor Summary
Constructors Constructor Description URLContext()
-
-
-
Field Detail
-
prot
public com.sun.jna.Pointer prot
-
flags
public int flags
-
is_streamed
public int is_streamed
-
max_packet_size
public int max_packet_size
< true if streamed (no seek possible), default = false
-
priv_data
public com.sun.jna.Pointer priv_data
< if non zero, the stream is packetized with this max packet size
-
filename
public byte filename
-
-