Uses of Class
com.avpkit.core.IIndexEntry
-
Packages that use IIndexEntry Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IIndexEntry in com.avpkit.core
Methods in com.avpkit.core that return IIndexEntry Modifier and Type Method Description IIndexEntryIIndexEntry. copyReference()Create a new IIndexEntry object that is actually referring to the exact same underlying native object.IIndexEntryIStream. findTimeStampEntryInIndex(long wantedTimeStamp, int flags)Search for the given time stamp in the key-frame index for this {IStream}.IIndexEntryIStream. getIndexEntry(int position)Get the {IIndexEntry} at the given position in this
{IStream} object's index.static IIndexEntryIIndexEntry. make(long position, long timeStamp, int flags, int size, int minDistance)Create a new {IIndexEntry} with the specified
values.
Methods in com.avpkit.core that return types with arguments of type IIndexEntry Modifier and Type Method Description java.util.List<IIndexEntry>IStream. getIndexEntries()Get an ordered sequence of index entries in thisIStream.Methods in com.avpkit.core with parameters of type IIndexEntry Modifier and Type Method Description intIStream. addIndexEntry(IIndexEntry entry)Adds an index entry into the stream's sorted index list.
Updates the entry if the list
already contains it.
static longIIndexEntry. getCPtr(IIndexEntry obj)Internal Only.static intAVPKitJNI. IIndexEntry_getFlags(long jarg1, IIndexEntry jarg1_)static intAVPKitJNI. IIndexEntry_getMinDistance(long jarg1, IIndexEntry jarg1_)static longAVPKitJNI. IIndexEntry_getPosition(long jarg1, IIndexEntry jarg1_)static intAVPKitJNI. IIndexEntry_getSize(long jarg1, IIndexEntry jarg1_)static longAVPKitJNI. IIndexEntry_getTimeStamp(long jarg1, IIndexEntry jarg1_)static booleanAVPKitJNI. IIndexEntry_isKeyFrame(long jarg1, IIndexEntry jarg1_)static intAVPKitJNI. IStream_addIndexEntry(long jarg1, IStream jarg1_, long jarg2, IIndexEntry jarg2_)
-