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
Fields Modifier and Type Field Description static intAV_OPT_FLAG_AUDIO_PARAMstatic intAV_OPT_FLAG_DECODING_PARAMstatic intAV_OPT_FLAG_ENCODING_PARAMstatic intAV_OPT_FLAG_METADATAstatic intAV_OPT_FLAG_SUBTITLE_PARAMstatic intAV_OPT_FLAG_VIDEO_PARAMdoubledefault_valintflagsjava.lang.Stringhelpdoublemaxdoubleminjava.lang.Stringnameintoffsetinttypejava.lang.Stringunit
-
Constructor Summary
Constructors Constructor Description AVOption()
-
-
-
Field Detail
-
name
public java.lang.String name
-
help
public java.lang.String 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:
- Constant Field Values
-
AV_OPT_FLAG_DECODING_PARAM
public static final int AV_OPT_FLAG_DECODING_PARAM
- See Also:
- Constant Field Values
-
AV_OPT_FLAG_METADATA
public static final int AV_OPT_FLAG_METADATA
- See Also:
- Constant Field Values
-
AV_OPT_FLAG_AUDIO_PARAM
public static final int AV_OPT_FLAG_AUDIO_PARAM
- See Also:
- Constant Field Values
-
AV_OPT_FLAG_VIDEO_PARAM
public static final int AV_OPT_FLAG_VIDEO_PARAM
- See Also:
- Constant Field Values
-
AV_OPT_FLAG_SUBTITLE_PARAM
public static final int AV_OPT_FLAG_SUBTITLE_PARAM
- See Also:
- Constant Field Values
-
unit
public java.lang.String unit
-
-