Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
AV_OPT_FLAG_AUDIO_PARAM |
static int |
AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
|
static int |
AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
|
static int |
AV_OPT_FLAG_EXPORT
The option is inteded for exporting values to the caller.
|
static int |
AV_OPT_FLAG_FILTERING_PARAM
a generic parameter which can be set by the user for filtering
|
static int |
AV_OPT_FLAG_METADATA
some data extracted or inserted into the file like title, comment, ...
|
static int |
AV_OPT_FLAG_READONLY
The option may not be set through the AVOptions API, only read.
|
static int |
AV_OPT_FLAG_SUBTITLE_PARAM |
static int |
AV_OPT_FLAG_VIDEO_PARAM |
| Constructor and Description |
|---|
avutil.AVOption() |
avutil.AVOption(int size) |
avutil.AVOption(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
default_val_dbl() |
avutil.AVOption |
default_val_dbl(double default_val_dbl) |
long |
default_val_i64()
the default value for scalar options
|
avutil.AVOption |
default_val_i64(long default_val_i64) |
avutil.AVRational |
default_val_q() |
avutil.AVOption |
default_val_q(avutil.AVRational default_val_q) |
BytePointer |
default_val_str() |
int |
flags() |
avutil.AVOption |
flags(int flags) |
BytePointer |
help()
short English help text
|
double |
max()
maximum valid value for the option
|
avutil.AVOption |
max(double max) |
double |
min()
minimum valid value for the option
|
avutil.AVOption |
min(double min) |
BytePointer |
name() |
int |
offset()
The offset relative to the context structure where the option
value is stored.
|
avutil.AVOption |
offset(int offset) |
avutil.AVOption |
position(int position) |
int |
type() |
avutil.AVOption |
type(int type) |
BytePointer |
unit()
The logical unit to which the option belongs.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic 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 static final int AV_OPT_FLAG_EXPORT
public static final int AV_OPT_FLAG_READONLY
public static final int AV_OPT_FLAG_FILTERING_PARAM
public avutil.AVOption()
public avutil.AVOption(int size)
public avutil.AVOption(Pointer p)
public avutil.AVOption position(int position)
public BytePointer name()
public BytePointer help()
public int offset()
public avutil.AVOption offset(int offset)
public int type()
public avutil.AVOption type(int type)
public long default_val_i64()
public avutil.AVOption default_val_i64(long default_val_i64)
public double default_val_dbl()
public avutil.AVOption default_val_dbl(double default_val_dbl)
public BytePointer default_val_str()
public avutil.AVRational default_val_q()
public avutil.AVOption default_val_q(avutil.AVRational default_val_q)
public double min()
public avutil.AVOption min(double min)
public double max()
public avutil.AVOption max(double max)
public int flags()
public avutil.AVOption flags(int flags)
public BytePointer unit()
Copyright © 2014. All Rights Reserved.