@Properties(inherit=avformat.class) public class AVIndexEntry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
AVINDEX_DISCARD_FRAME |
static int |
AVINDEX_KEYFRAME |
Constructor and Description |
---|
AVIndexEntry()
Default native constructor.
|
AVIndexEntry(long size)
Native array allocator.
|
AVIndexEntry(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
flags()
Flag is used to indicate which frame should be discarded after decoding.
|
AVIndexEntry |
flags(int setter) |
AVIndexEntry |
getPointer(long i) |
int |
min_distance()
Minimum distance between this and the previous keyframe, used to avoid unneeded searching.
|
AVIndexEntry |
min_distance(int setter) |
long |
pos() |
AVIndexEntry |
pos(long setter) |
AVIndexEntry |
position(long position) |
int |
size() |
AVIndexEntry |
size(int setter) |
long |
timestamp()
Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available
when seeking to this entry.
|
AVIndexEntry |
timestamp(long 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 static final int AVINDEX_KEYFRAME
public static final int AVINDEX_DISCARD_FRAME
public AVIndexEntry()
public AVIndexEntry(long size)
Pointer.position(long)
.public AVIndexEntry(Pointer p)
Pointer(Pointer)
.public AVIndexEntry position(long position)
public AVIndexEntry getPointer(long i)
getPointer
in class Pointer
public AVIndexEntry pos(long setter)
@Cast(value="int64_t") public long timestamp()
public AVIndexEntry timestamp(long setter)
@NoOffset public int flags()
public AVIndexEntry flags(int setter)
@NoOffset public int size()
public AVIndexEntry size(int setter)
public int min_distance()
public AVIndexEntry min_distance(int setter)
Copyright © 2022. All rights reserved.