net.sf.ffmpeg_java
Class AVCodecLibrary.RcOverride

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

public static class AVCodecLibrary.RcOverride
extends com.sun.jna.Structure


Field Summary
 int end_frame
           
 int qscale
           
 float quality_factor
           
 int start_frame
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVCodecLibrary.RcOverride()
           
 
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

start_frame

public int start_frame

end_frame

public int end_frame

qscale

public int qscale

quality_factor

public float quality_factor
Constructor Detail

AVCodecLibrary.RcOverride

public AVCodecLibrary.RcOverride()