| 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 |
Coder
An object that either converts MediaRaw objects into MediaEncoded
objects (called an Encoder), or converts in the reverse direction (called a Decoder). Although this object might seem very sparse, use the methods on Configurable to see the vast array of options that can be get/set on it. |
class |
Container
A Container for Media data.
|
class |
Decoder
Decodes MediaPacket objects into MediaAudio, MediaPicture or MediaSubtitle objects.
|
class |
Demuxer
A Container that MediaPacket objects can be read from.
|
class |
Encoder
Encodes MediaAudio, MediaPicture or MediaSubtitle objects into MediaPacket objects.
|
class |
Filter
A Filter that can convert one MediaRaw object into zero or more other
MediaRaw objects. |
class |
FilterAudioSink
A source of MediaAudio objects for a FilterGraph.
|
class |
FilterAudioSource
A source of MediaAudio objects for a FilterGraph.
|
class |
FilterEndPoint
An source or a sink that terminates the end points of a FilterGraph.
|
class |
FilterGraph
Creates a graph (or map) of Filter objects that can modify MediaRaw
objects to do lots of advanced stuff like edge-detection, cropping, blurring, etc. |
class |
FilterPictureSink
A Sink of MediaPicture objects for a FilterGraph.
|
class |
FilterPictureSource
A source of MediaPicture objects for a FilterGraph.
|
class |
FilterSink
A sink of MediaRaw objects for a FilterGraph.
|
class |
FilterSource
A source of MediaRaw objects for a FilterGraph.
|
class |
MediaAudioResampler
A MediaAudioResampler object resamples MediaAudio objects from
one format/sample-rate/channel-layout to another. |
class |
MediaPictureResampler
Converts MediaPicture objects of a given width, height and format to a new
width, height or format. |
class |
MediaResampler
Super class for Media Resampler objects.
A resampler converts a type of media (e.g. |
class |
Muxer
A Container that MediaPacket objects can be written to.
|
| Modifier and Type | Method and Description |
|---|---|
Configurable |
Configurable.copyReference()
Create a new Configurable object that is actually referring to the
exact same underlying native object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.Configurable_getNumProperties(long jarg1,
Configurable jarg1_) |
static boolean |
VideoJNI.Configurable_getPropertyAsBoolean(long jarg1,
Configurable jarg1_,
String jarg2) |
static double |
VideoJNI.Configurable_getPropertyAsDouble(long jarg1,
Configurable jarg1_,
String jarg2) |
static int |
VideoJNI.Configurable_getPropertyAsInt(long jarg1,
Configurable jarg1_,
String jarg2) |
static long |
VideoJNI.Configurable_getPropertyAsLong(long jarg1,
Configurable jarg1_,
String jarg2) |
static long |
VideoJNI.Configurable_getPropertyAsRational(long jarg1,
Configurable jarg1_,
String jarg2) |
static String |
VideoJNI.Configurable_getPropertyAsString(long jarg1,
Configurable jarg1_,
String jarg2) |
static long |
VideoJNI.Configurable_getPropertyMetaData__SWIG_0(long jarg1,
Configurable jarg1_,
int jarg2) |
static long |
VideoJNI.Configurable_getPropertyMetaData__SWIG_1(long jarg1,
Configurable jarg1_,
String jarg2) |
static void |
VideoJNI.Configurable_setProperty__SWIG_0(long jarg1,
Configurable jarg1_,
String jarg2,
String jarg3) |
static void |
VideoJNI.Configurable_setProperty__SWIG_1(long jarg1,
Configurable jarg1_,
String jarg2,
double jarg3) |
static void |
VideoJNI.Configurable_setProperty__SWIG_2(long jarg1,
Configurable jarg1_,
String jarg2,
long jarg3) |
static void |
VideoJNI.Configurable_setProperty__SWIG_3(long jarg1,
Configurable jarg1_,
String jarg2,
boolean jarg3) |
static void |
VideoJNI.Configurable_setProperty__SWIG_4(long jarg1,
Configurable jarg1_,
String jarg2,
long jarg3,
Rational jarg3_) |
static void |
VideoJNI.Configurable_setProperty__SWIG_5(long jarg1,
Configurable jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
static void |
Configuration.configure(Properties properties,
Configurable config)
Configures an
Configurable from a set of Java Properties. |
static void |
Configuration.configure(String file,
Configurable config)
Configures an
Configurable from a file. |
static void |
Configuration.printConfigurable(PrintStream stream,
Configurable configObj)
Print out all configurable options on the
Configurable object. |
static void |
Configuration.printOption(PrintStream stream,
Configurable configObj,
Property prop)
Print information about the property on the configurable object.
|
Copyright © 2018 Humble Software. All rights reserved.