Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
AVINDEX_KEYFRAME |
| Constructor and Description |
|---|
avformat.AVIndexEntry() |
avformat.AVIndexEntry(int size) |
avformat.AVIndexEntry(Pointer p) |
| 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 avformat.AVIndexEntry()
public avformat.AVIndexEntry(int size)
public avformat.AVIndexEntry(Pointer p)
public avformat.AVIndexEntry position(int position)
public long pos()
public avformat.AVIndexEntry pos(long pos)
public long timestamp()
public avformat.AVIndexEntry timestamp(long timestamp)
public int flags()
public avformat.AVIndexEntry flags(int flags)
public int size()
public avformat.AVIndexEntry size(int size)
public int min_distance()
public avformat.AVIndexEntry min_distance(int min_distance)
Copyright © 2014. All Rights Reserved.