net.sf.ffmpeg_java
Class AVFormatLibrary.ByteIOContext

java.lang.Object
  extended by com.sun.jna.Structure
      extended by net.sf.ffmpeg_java.AVFormatLibrary.ByteIOContext
Enclosing interface:
AVFormatLibrary

public static class AVFormatLibrary.ByteIOContext
extends com.sun.jna.Structure


Field Summary
 com.sun.jna.Pointer buf_end
           
 com.sun.jna.Pointer buf_ptr
           
 com.sun.jna.Pointer buffer
           
 int buffer_size
           
 com.sun.jna.NativeLong checksum
           
 com.sun.jna.Pointer checksum_ptr
           
 int eof_reached
           
 int error
           
 int is_streamed
           
 int max_packet_size
           
 int must_flush
           
 com.sun.jna.Pointer opaque
           
 long pos
           
 com.sun.jna.Pointer read_packet
           
 com.sun.jna.Pointer seek
           
 com.sun.jna.Pointer update_checksum
           
 int write_flag
           
 com.sun.jna.Pointer write_packet
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVFormatLibrary.ByteIOContext()
           
 
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

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 Detail

AVFormatLibrary.ByteIOContext

public AVFormatLibrary.ByteIOContext()