Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
AVINDEX_KEYFRAME |
| Constructor and Description |
|---|
AVIndexEntry()
Default native constructor.
|
AVIndexEntry(int size)
Native array allocator.
|
AVIndexEntry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
flags() |
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(int 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, 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 AVINDEX_KEYFRAME
public AVIndexEntry()
public AVIndexEntry(int size)
Pointer.position(int).public AVIndexEntry(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVIndexEntry position(int position)
public long pos()
public avformat.AVIndexEntry pos(long pos)
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 © 2015. All Rights Reserved.