| 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 |
MediaAudio
Raw audio data.
|
class |
MediaEncoded
The parent class for all Encoded media data.
|
class |
MediaPacket
A packet of encoded data that was read from a Demuxer or
will be written to a Muxer. |
class |
MediaPicture
Picture (or video) raw data that can be displayed or modified, and also
encoded by Encoder objects. |
class |
MediaRaw
The parent class for all Raw media data.
|
class |
MediaSampled
Media that represents samples of some continugous stream.
Examples of Sampled data are MediaAudio (digital samples of continuous audio) or MediaPicture (digital samples of a continuous visual stream). |
class |
MediaSubtitle
NOT CURRENTLY USED.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
Media.copyReference()
Create a new Media object that is actually referring to the
exact same underlying native object.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.Media_getTimeBase(long jarg1,
Media jarg1_) |
static long |
VideoJNI.Media_getTimeStamp(long jarg1,
Media jarg1_) |
static boolean |
VideoJNI.Media_isComplete(long jarg1,
Media jarg1_) |
static boolean |
VideoJNI.Media_isKey(long jarg1,
Media jarg1_) |
static void |
VideoJNI.Media_setTimeStamp(long jarg1,
Media jarg1_,
long jarg2) |
Copyright © 2018 Humble Software. All rights reserved.