| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DemuxerStream
A ContainerStream object representing a stream contained in a readable Container.
|
class |
MuxerStream
A ContainerStream object representing a stream contained in a writable Container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerStream |
ContainerStream.copyReference()
Create a new ContainerStream object that is actually referring to the
exact same underlying native object.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.ContainerStream_findTimeStampEntryInIndex(long jarg1,
ContainerStream jarg1_,
long jarg2,
int jarg3) |
static int |
VideoJNI.ContainerStream_findTimeStampPositionInIndex(long jarg1,
ContainerStream jarg1_,
long jarg2,
int jarg3) |
static long |
VideoJNI.ContainerStream_getAttachedPic(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getContainer(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getCurrentDts(long jarg1,
ContainerStream jarg1_) |
static int |
VideoJNI.ContainerStream_getDisposition(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getDuration(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getFrameRate(long jarg1,
ContainerStream jarg1_) |
static int |
VideoJNI.ContainerStream_getId(long jarg1,
ContainerStream jarg1_) |
static int |
VideoJNI.ContainerStream_getIndex(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getIndexEntry(long jarg1,
ContainerStream jarg1_,
int jarg2) |
static long |
VideoJNI.ContainerStream_getMetaData(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getNumFrames(long jarg1,
ContainerStream jarg1_) |
static int |
VideoJNI.ContainerStream_getNumIndexEntries(long jarg1,
ContainerStream jarg1_) |
static int |
VideoJNI.ContainerStream_getParseType(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getSampleAspectRatio(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getStartTime(long jarg1,
ContainerStream jarg1_) |
static long |
VideoJNI.ContainerStream_getTimeBase(long jarg1,
ContainerStream jarg1_) |
static boolean |
VideoJNI.ContainerStream_matchSpecifier(long jarg1,
ContainerStream jarg1_,
String jarg2) |
static void |
VideoJNI.ContainerStream_setParseType(long jarg1,
ContainerStream jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.