Class AVFormatLibrary.ByteIOContext

  • Enclosing interface:
    AVFormatLibrary

    public static class AVFormatLibrary.ByteIOContext
    extends com.sun.jna.Structure
    • Constructor Summary

      Constructors 
      Constructor Description
      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

      • ByteIOContext

        public ByteIOContext()