net.sf.ffmpeg_java
Class FFMPEGLibrary.AVClass

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

public static class FFMPEGLibrary.AVClass
extends com.sun.jna.Structure


Field Summary
 java.lang.String class_name
           
 com.sun.jna.Pointer item_name
           
 com.sun.jna.Pointer option
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FFMPEGLibrary.AVClass()
           
 
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

class_name

public java.lang.String class_name

item_name

public com.sun.jna.Pointer item_name

option

public com.sun.jna.Pointer option
Constructor Detail

FFMPEGLibrary.AVClass

public FFMPEGLibrary.AVClass()