net.sf.ffmpeg_java
Class FFMPEGLibrary.AVRational

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

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


Field Summary
 int den
           
 int num
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FFMPEGLibrary.AVRational()
           
FFMPEGLibrary.AVRational(int num, int den)
           
 
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

num

public int num

den

public int den
Constructor Detail

FFMPEGLibrary.AVRational

public FFMPEGLibrary.AVRational()

FFMPEGLibrary.AVRational

public FFMPEGLibrary.AVRational(int num,
                                int den)