Package net.sf.ffmpeg_java
Class AVCodecLibrary.AVOption
java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.AVCodecLibrary.AVOption
- Enclosing interface:
AVCodecLibrary
public static class AVCodecLibrary.AVOption
extends com.sun.jna.Structure
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intdoubleintdoubledoubleintintFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
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
-
Field Details
-
name
-
help
-
offset
public int offset -
type
public int type -
default_val
public double default_val -
min
public double min -
max
public double max -
flags
public int flags -
AV_OPT_FLAG_ENCODING_PARAM
public static final int AV_OPT_FLAG_ENCODING_PARAM- See Also:
-
AV_OPT_FLAG_DECODING_PARAM
public static final int AV_OPT_FLAG_DECODING_PARAM- See Also:
-
AV_OPT_FLAG_METADATA
public static final int AV_OPT_FLAG_METADATA- See Also:
-
AV_OPT_FLAG_AUDIO_PARAM
public static final int AV_OPT_FLAG_AUDIO_PARAM- See Also:
-
AV_OPT_FLAG_VIDEO_PARAM
public static final int AV_OPT_FLAG_VIDEO_PARAM- See Also:
-
AV_OPT_FLAG_SUBTITLE_PARAM
public static final int AV_OPT_FLAG_SUBTITLE_PARAM- See Also:
-
unit
-
-
Constructor Details
-
AVOption
public AVOption()
-