net.sf.ffmpeg_java
Class AVCodecLibrary.AVCodecParser

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

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


Field Summary
 int[] codec_ids
           
 com.sun.jna.Pointer next
           
 com.sun.jna.Pointer parser_close
           
 com.sun.jna.Pointer parser_init
           
 com.sun.jna.Pointer parser_parse
           
 int priv_data_size
           
 com.sun.jna.Pointer split
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVCodecLibrary.AVCodecParser()
           
 
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

codec_ids

public int[] codec_ids

priv_data_size

public int priv_data_size

parser_init

public com.sun.jna.Pointer parser_init

parser_parse

public com.sun.jna.Pointer parser_parse

parser_close

public com.sun.jna.Pointer parser_close

split

public com.sun.jna.Pointer split

next

public com.sun.jna.Pointer next
Constructor Detail

AVCodecLibrary.AVCodecParser

public AVCodecLibrary.AVCodecParser()