|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
net.sf.ffmpeg_java.AVCodecLibrary.AVOption
public static class AVCodecLibrary.AVOption
Field Summary | |
---|---|
static int |
AV_OPT_FLAG_AUDIO_PARAM
|
static int |
AV_OPT_FLAG_DECODING_PARAM
|
static int |
AV_OPT_FLAG_ENCODING_PARAM
|
static int |
AV_OPT_FLAG_METADATA
|
static int |
AV_OPT_FLAG_SUBTITLE_PARAM
|
static int |
AV_OPT_FLAG_VIDEO_PARAM
|
double |
default_val
|
int |
flags
|
java.lang.String |
help
|
double |
max
|
double |
min
|
java.lang.String |
name
|
int |
offset
|
int |
type
|
java.lang.String |
unit
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
AVCodecLibrary.AVOption()
|
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 |
---|
public java.lang.String name
public java.lang.String help
public int offset
public int type
public double default_val
public double min
public double max
public int flags
public static final int AV_OPT_FLAG_ENCODING_PARAM
public static final int AV_OPT_FLAG_DECODING_PARAM
public static final int AV_OPT_FLAG_METADATA
public static final int AV_OPT_FLAG_AUDIO_PARAM
public static final int AV_OPT_FLAG_VIDEO_PARAM
public static final int AV_OPT_FLAG_SUBTITLE_PARAM
public java.lang.String unit
Constructor Detail |
---|
public AVCodecLibrary.AVOption()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |