| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
DemuxerFormat |
DemuxerFormat.copyReference()
Create a new DemuxerFormat object that is actually referring to the
exact same underlying native object.
|
static DemuxerFormat |
DemuxerFormat.findFormat(String shortName)
Find DemuxerFormat based on the short name of the input format.
|
DemuxerFormat |
Demuxer.getFormat()
Get the DemuxerFormat associated with this Demuxer
or null if unknown. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<DemuxerFormat> |
DemuxerFormat.getFormats()
Return a collection of all input formats installed on this system.
|
| Modifier and Type | Method and Description |
|---|---|
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 String |
VideoJNI.DemuxerFormat_getExtensions(long jarg1,
DemuxerFormat jarg1_) |
static int |
VideoJNI.DemuxerFormat_getFlags(long jarg1,
DemuxerFormat jarg1_) |
static String |
VideoJNI.DemuxerFormat_getLongName(long jarg1,
DemuxerFormat jarg1_) |
static String |
VideoJNI.DemuxerFormat_getName(long jarg1,
DemuxerFormat jarg1_) |
static int |
VideoJNI.DemuxerFormat_getNumSupportedCodecs(long jarg1,
DemuxerFormat jarg1_) |
static int |
VideoJNI.DemuxerFormat_getSupportedCodecId(long jarg1,
DemuxerFormat jarg1_,
int jarg2) |
static long |
VideoJNI.DemuxerFormat_getSupportedCodecTag(long jarg1,
DemuxerFormat jarg1_,
int jarg2) |
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. |
Copyright © 2018 Humble Software. All rights reserved.