net.sf.ffmpeg_java
Class AVFormatLibrary.URLPollEntry

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

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


Field Summary
 int events
           
 com.sun.jna.Pointer handle
           
 int revents
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVFormatLibrary.URLPollEntry()
           
 
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

handle

public com.sun.jna.Pointer handle

events

public int events

revents

public int revents
Constructor Detail

AVFormatLibrary.URLPollEntry

public AVFormatLibrary.URLPollEntry()