| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueBag |
KeyValueBag.copyReference()
Create a new KeyValueBag object that is actually referring to the
exact same underlying native object.
|
KeyValueBag |
ContainerStream.getMetaData()
Get the KeyValueBag for this object,
or null if none. |
KeyValueBag |
MediaRaw.getMetaData()
Get any meta-data associated with this media item
|
KeyValueBag |
Demuxer.getMetaData()
Get the KeyValueBag of media MetaData for this object,
or null if none. |
static KeyValueBag |
KeyValueBag.make()
Create a new KeyValueBag bag of properties with
no values set. |
| Modifier and Type | Method and Description |
|---|---|
static void |
VideoJNI.Coder_open(long jarg1,
Coder jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
static void |
VideoJNI.Configurable_setProperty__SWIG_5(long jarg1,
Configurable jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
static void |
VideoJNI.Demuxer_open(long jarg1,
Demuxer jarg1_,
String jarg2,
long jarg3,
DemuxerFormat jarg3_,
boolean jarg4,
boolean jarg5,
long jarg6,
KeyValueBag jarg6_,
long jarg7,
KeyValueBag jarg7_) |
static void |
VideoJNI.Encoder_open(long jarg1,
Encoder jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
static String |
VideoJNI.KeyValueBag_getKey(long jarg1,
KeyValueBag jarg1_,
int jarg2) |
static int |
VideoJNI.KeyValueBag_getNumKeys(long jarg1,
KeyValueBag jarg1_) |
static String |
VideoJNI.KeyValueBag_getValue(long jarg1,
KeyValueBag jarg1_,
String jarg2,
int jarg3) |
static int |
VideoJNI.KeyValueBag_setValue__SWIG_0(long jarg1,
KeyValueBag jarg1_,
String jarg2,
String jarg3) |
static int |
VideoJNI.KeyValueBag_setValue__SWIG_1(long jarg1,
KeyValueBag jarg1_,
String jarg2,
String jarg3,
int jarg4) |
static void |
VideoJNI.Muxer_open(long jarg1,
Muxer jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
void |
Muxer.open(KeyValueBag inputOptions,
KeyValueBag outputOptions)
Open the Muxer and write any headers.
|
void |
Coder.open(KeyValueBag inputOptions,
KeyValueBag unsetOptions)
Open this Coder, using the given bag of Codec-specific options.
|
void |
Encoder.open(KeyValueBag inputOptions,
KeyValueBag unsetOptions)
Open this Coder, using the given bag of Codec-specific options.
|
void |
Demuxer.open(String url,
DemuxerFormat format,
boolean streamsCanBeAddedDynamically,
boolean queryStreamMetaData,
KeyValueBag options,
KeyValueBag optionsNotSet)
Open this container and make it ready for reading, optionally
reading as far into the container as necessary to find all streams. |
void |
Configurable.setProperty(KeyValueBag valuesToSet,
KeyValueBag valuesNotFound)
Sets all properties in valuesToSet on this Configurable object.
|
Copyright © 2018 Humble Software. All rights reserved.