|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.URLContext
public static class AVFormatLibrary.URLContext
Field Summary | |
---|---|
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
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
AVFormatLibrary.URLContext()
|
Method Summary |
---|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public AVFormatLibrary.URLContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |