@Properties(inherit=avutil.class) public class AVOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVOption()
Default native constructor.
|
AVOption(long size)
Native array allocator.
|
AVOption(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVOptionArrayDef |
default_val_arr()
Used for AV_OPT_TYPE_FLAG_ARRAY options.
|
AVOption |
default_val_arr(AVOptionArrayDef setter) |
double |
default_val_dbl() |
AVOption |
default_val_dbl(double setter) |
long |
default_val_i64()
Native access only, except when documented otherwise.
|
AVOption |
default_val_i64(long setter) |
AVRational |
default_val_q() |
AVOption |
default_val_q(AVRational setter) |
BytePointer |
default_val_str() |
AVOption |
default_val_str(BytePointer setter) |
int |
flags()
A combination of AV_OPT_FLAG_*.
|
AVOption |
flags(int setter) |
AVOption |
getPointer(long i) |
BytePointer |
help()
short English help text
\todo What about other languages?
|
AVOption |
help(BytePointer setter) |
double |
max()
maximum valid value for the option
|
AVOption |
max(double setter) |
double |
min()
minimum valid value for the option
|
AVOption |
min(double setter) |
BytePointer |
name() |
AVOption |
name(BytePointer setter) |
int |
offset()
Native access only.
|
AVOption |
offset(int setter) |
AVOption |
position(long position) |
int |
type() |
AVOption |
type(int setter) |
BytePointer |
unit()
The logical unit to which the option belongs.
|
AVOption |
unit(BytePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AVOption()
public AVOption(long size)
Pointer.position(long)
.public AVOption(Pointer p)
Pointer(Pointer)
.public AVOption getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer name()
public AVOption name(BytePointer setter)
@Cast(value="const char*") public BytePointer help()
public AVOption help(BytePointer setter)
public int offset()
public AVOption offset(int setter)
public AVOption type(int setter)
@Name(value="default_val.i64") @Cast(value="int64_t") public long default_val_i64()
public AVOption default_val_i64(long setter)
public AVOption default_val_dbl(double setter)
@Name(value="default_val.str") @Cast(value="const char*") public BytePointer default_val_str()
public AVOption default_val_str(BytePointer setter)
@Name(value="default_val.q") @ByRef public AVRational default_val_q()
public AVOption default_val_q(AVRational setter)
@Name(value="default_val.arr") @Const public AVOptionArrayDef default_val_arr()
public AVOption default_val_arr(AVOptionArrayDef setter)
public double min()
public AVOption min(double setter)
public double max()
public AVOption max(double setter)
public int flags()
public AVOption flags(int setter)
@Cast(value="const char*") public BytePointer unit()
public AVOption unit(BytePointer setter)
Copyright © 2025. All rights reserved.