net.sf.ffmpeg_java
Class AVCodecLibrary.AVSubtitle

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

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


Field Summary
 short end_display_time
           
 short format
           
 short num_rects
           
 com.sun.jna.Pointer rects
           
 short start_display_time
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVCodecLibrary.AVSubtitle()
           
 
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

format

public short format

start_display_time

public short start_display_time

end_display_time

public short end_display_time

num_rects

public short num_rects

rects

public com.sun.jna.Pointer rects
Constructor Detail

AVCodecLibrary.AVSubtitle

public AVCodecLibrary.AVSubtitle()