net.sf.ffmpeg_java
Class AVFormatLibrary.AVProbeData

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

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

this structure contains the data a format has to probe a file


Field Summary
 com.sun.jna.Pointer buf
           
 int buf_size
           
 com.sun.jna.Pointer filename
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVFormatLibrary.AVProbeData()
           
 
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

filename

public com.sun.jna.Pointer filename

buf

public com.sun.jna.Pointer buf

buf_size

public int buf_size
Constructor Detail

AVFormatLibrary.AVProbeData

public AVFormatLibrary.AVProbeData()