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
     
    int
     
    int
     
    int
    invalid input: '<' true if streamed (no seek possible), default = false
    com.sun.jna.Pointer
    invalid input: '<' if non zero, the stream is packetized with this max packet size
    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
    Constructor
    Description
     
  • 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 Details

    • 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
      invalid input: '<' true if streamed (no seek possible), default = false
    • priv_data

      public com.sun.jna.Pointer priv_data
      invalid input: '<' if non zero, the stream is packetized with this max packet size
    • filename

      public byte filename
  • Constructor Details

    • URLContext

      public URLContext()