net.sf.ffmpeg_java.AVCodecLibrary.AVOption Class Reference

List of all members.

Public Attributes

String name
String help
int offset
int type
double default_val
double min
double max
int flags
String unit

Static Public Attributes

static final int AV_OPT_FLAG_ENCODING_PARAM = 1
 a generic parameter which can be set by the user for muxing or encoding
static final int AV_OPT_FLAG_DECODING_PARAM = 2
 a generic parameter which can be set by the user for demuxing or decoding
static final int AV_OPT_FLAG_METADATA = 4
 some data extracted or inserted into the file like title, comment, ...
static final int AV_OPT_FLAG_AUDIO_PARAM = 8
static final int AV_OPT_FLAG_VIDEO_PARAM = 16
static final int AV_OPT_FLAG_SUBTITLE_PARAM = 32

Detailed Description

short English text help.
Todo:
what about other languages

Definition at line 3628 of file AVCodecLibrary.java.


Member Data Documentation

String net.sf.ffmpeg_java.AVCodecLibrary.AVOption.name

Definition at line 3630 of file AVCodecLibrary.java.

String net.sf.ffmpeg_java.AVCodecLibrary.AVOption.help

Definition at line 3631 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.offset

Definition at line 3632 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.type

Definition at line 3633 of file AVCodecLibrary.java.

double net.sf.ffmpeg_java.AVCodecLibrary.AVOption.default_val

Definition at line 3634 of file AVCodecLibrary.java.

double net.sf.ffmpeg_java.AVCodecLibrary.AVOption.min

Definition at line 3635 of file AVCodecLibrary.java.

double net.sf.ffmpeg_java.AVCodecLibrary.AVOption.max

Definition at line 3636 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.flags

Definition at line 3637 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_ENCODING_PARAM = 1 [static]

a generic parameter which can be set by the user for muxing or encoding

Definition at line 3639 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_DECODING_PARAM = 2 [static]

a generic parameter which can be set by the user for demuxing or decoding

Definition at line 3640 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_METADATA = 4 [static]

some data extracted or inserted into the file like title, comment, ...

Definition at line 3641 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_AUDIO_PARAM = 8 [static]

Definition at line 3642 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_VIDEO_PARAM = 16 [static]

Definition at line 3643 of file AVCodecLibrary.java.

final int net.sf.ffmpeg_java.AVCodecLibrary.AVOption.AV_OPT_FLAG_SUBTITLE_PARAM = 32 [static]

Definition at line 3644 of file AVCodecLibrary.java.

String net.sf.ffmpeg_java.AVCodecLibrary.AVOption.unit

Definition at line 3646 of file AVCodecLibrary.java.


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:26 2009 for visclient by  doxygen 1.5.1