public static class avformat.AVIndexEntry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
AVINDEX_DISCARD_FRAME |
static int |
AVINDEX_KEYFRAME |
| Constructor and Description |
|---|
avformat.AVIndexEntry()
Default native constructor.
|
avformat.AVIndexEntry(long size)
Native array allocator.
|
avformat.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.
|
avformat.AVIndexEntry |
flags(int flags) |
int |
min_distance()
Minimum distance between this and the previous keyframe, used to avoid unneeded searching.
|
avformat.AVIndexEntry |
min_distance(int min_distance) |
long |
pos() |
avformat.AVIndexEntry |
pos(long pos) |
avformat.AVIndexEntry |
position(long position) |
int |
size() |
avformat.AVIndexEntry |
size(int size) |
long |
timestamp()
Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available
when seeking to this entry.
|
avformat.AVIndexEntry |
timestamp(long timestamp) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic static final int AVINDEX_KEYFRAME
public static final int AVINDEX_DISCARD_FRAME
public avformat.AVIndexEntry()
public avformat.AVIndexEntry(long size)
Pointer.position(long).public avformat.AVIndexEntry(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVIndexEntry position(long position)
public avformat.AVIndexEntry pos(long pos)
@Cast(value="int64_t") public long timestamp()
public avformat.AVIndexEntry timestamp(long timestamp)
@NoOffset public int flags()
public avformat.AVIndexEntry flags(int flags)
@NoOffset public int size()
public avformat.AVIndexEntry size(int size)
public int min_distance()
public avformat.AVIndexEntry min_distance(int min_distance)
Copyright © 2016. All rights reserved.