Package net.sf.ffmpeg_java
Class AVFormatLibrary.ByteIOContext
java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.ByteIOContext
- Enclosing interface:
AVFormatLibrary
public static class AVFormatLibrary.ByteIOContext
extends com.sun.jna.Structure
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.sun.jna.Pointer
com.sun.jna.Pointer
com.sun.jna.Pointer
int
com.sun.jna.NativeLong
com.sun.jna.Pointer
int
int
int
int
int
com.sun.jna.Pointer
long
com.sun.jna.Pointer
com.sun.jna.Pointer
com.sun.jna.Pointer
int
com.sun.jna.Pointer
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
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
-
Field Details
-
buffer
public com.sun.jna.Pointer buffer -
buffer_size
public int buffer_size -
buf_ptr
public com.sun.jna.Pointer buf_ptr -
buf_end
public com.sun.jna.Pointer buf_end -
opaque
public com.sun.jna.Pointer opaque -
read_packet
public com.sun.jna.Pointer read_packet -
write_packet
public com.sun.jna.Pointer write_packet -
seek
public com.sun.jna.Pointer seek -
pos
public long pos -
must_flush
public int must_flush -
eof_reached
public int eof_reached -
write_flag
public int write_flag -
is_streamed
public int is_streamed -
max_packet_size
public int max_packet_size -
checksum
public com.sun.jna.NativeLong checksum -
checksum_ptr
public com.sun.jna.Pointer checksum_ptr -
update_checksum
public com.sun.jna.Pointer update_checksum -
error
public int error
-
-
Constructor Details
-
ByteIOContext
public ByteIOContext()
-