net.sf.ffmpeg_java
Class AVCodecLibrary.AVCodec

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

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


Field Summary
 int capabilities
           
 com.sun.jna.Pointer close
           
 com.sun.jna.Pointer decode
           
 com.sun.jna.Pointer encode
           
 com.sun.jna.Pointer flush
           
 int id
           
 com.sun.jna.Pointer init
           
 java.lang.String name
           
 com.sun.jna.Pointer next
           
 com.sun.jna.Pointer pix_fmts
           
 int priv_data_size
           
 com.sun.jna.Pointer supported_framerates
           
 int type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVCodecLibrary.AVCodec()
           
AVCodecLibrary.AVCodec(com.sun.jna.Pointer p)
           
 
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

name

public java.lang.String name

type

public int type

id

public int id

priv_data_size

public int priv_data_size

init

public com.sun.jna.Pointer init

encode

public com.sun.jna.Pointer encode

close

public com.sun.jna.Pointer close

decode

public com.sun.jna.Pointer decode

capabilities

public int capabilities

next

public com.sun.jna.Pointer next

flush

public com.sun.jna.Pointer flush

supported_framerates

public com.sun.jna.Pointer supported_framerates

pix_fmts

public com.sun.jna.Pointer pix_fmts
Constructor Detail

AVCodecLibrary.AVCodec

public AVCodecLibrary.AVCodec()

AVCodecLibrary.AVCodec

public AVCodecLibrary.AVCodec(com.sun.jna.Pointer p)