@Properties(inherit=avutil.class) public class AVOptionArrayDef extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVOptionArrayDef()
Default native constructor.
|
AVOptionArrayDef(long size)
Native array allocator.
|
AVOptionArrayDef(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
def()
Native access only.
|
AVOptionArrayDef |
def(BytePointer setter) |
AVOptionArrayDef |
getPointer(long i) |
AVOptionArrayDef |
position(long position) |
byte |
sep()
Separator between array elements in string representations of this
option, used by av_opt_set() and av_opt_get().
|
AVOptionArrayDef |
sep(byte setter) |
int |
size_max()
Maximum number of elements in the array, 0 when unlimited.
|
AVOptionArrayDef |
size_max(int setter) |
int |
size_min()
Minimum number of elements in the array.
|
AVOptionArrayDef |
size_min(int 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 AVOptionArrayDef()
public AVOptionArrayDef(long size)
Pointer.position(long)
.public AVOptionArrayDef(Pointer p)
Pointer(Pointer)
.public AVOptionArrayDef position(long position)
public AVOptionArrayDef getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer def()
public AVOptionArrayDef def(BytePointer setter)
@Cast(value="unsigned") public int size_min()
public AVOptionArrayDef size_min(int setter)
@Cast(value="unsigned") public int size_max()
public AVOptionArrayDef size_max(int setter)
@Cast(value="char") public byte sep()
public AVOptionArrayDef sep(byte setter)
Copyright © 2024. All rights reserved.