| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
IndexEntry |
IndexEntry.copyReference()
Create a new IndexEntry object that is actually referring to the
exact same underlying native object.
|
IndexEntry |
ContainerStream.findTimeStampEntryInIndex(long wantedTimeStamp,
int flags)
Search for the given time stamp in the key-frame index for this Stream.
|
IndexEntry |
ContainerStream.getIndexEntry(int position)
Get the IndexEntry at the given position in this
Stream object's index. |
static IndexEntry |
IndexEntry.make(long position,
long timeStamp,
int flags,
int size,
int minDistance)
Create a new IndexEntry with the specified
values. |
| Modifier and Type | Method and Description |
|---|---|
List<IndexEntry> |
ContainerStream.getIndexEntries()
Get an ordered sequence of index entries in this
Stream. |
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.IndexEntry_getFlags(long jarg1,
IndexEntry jarg1_) |
static int |
VideoJNI.IndexEntry_getMinDistance(long jarg1,
IndexEntry jarg1_) |
static long |
VideoJNI.IndexEntry_getPosition(long jarg1,
IndexEntry jarg1_) |
static int |
VideoJNI.IndexEntry_getSize(long jarg1,
IndexEntry jarg1_) |
static long |
VideoJNI.IndexEntry_getTimeStamp(long jarg1,
IndexEntry jarg1_) |
static boolean |
VideoJNI.IndexEntry_isKeyFrame(long jarg1,
IndexEntry jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.