| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
MuxerFormat |
MuxerFormat.copyReference()
Create a new MuxerFormat object that is actually referring to the
exact same underlying native object.
|
MuxerFormat |
Muxer.getFormat()
Get the MuxerFormat associated with this Muxer
or null if unknown. |
static MuxerFormat |
MuxerFormat.getFormat(int index)
Return an object for the input format at the given index.
|
static MuxerFormat |
MuxerFormat.guessFormat(String shortName,
String filename,
String mimeType)
Return the sink format in the list of registered sink formats
which best matches the provided parameters, or return NULL if there is no match. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<MuxerFormat> |
MuxerFormat.getFormats()
Return a collection of all output formats installed on this system.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.Codec_guessEncodingCodec(long jarg1,
MuxerFormat jarg1_,
String jarg2,
String jarg3,
String jarg4,
int jarg5) |
static Codec |
Codec.guessEncodingCodec(MuxerFormat fmt,
String shortName,
String url,
String mimeType,
MediaDescriptor.Type type)
Ask us to guess an encoding codec based on the inputs
passed in. |
static Muxer |
Muxer.make(String filename,
MuxerFormat format,
String formatName)
Creates a new muxer.
One of the three passed in parameter must be non-null. |
static long |
VideoJNI.Muxer_make(String jarg1,
long jarg2,
MuxerFormat jarg2_,
String jarg3) |
static long |
VideoJNI.MuxerFormat_getBestCodecTag(long jarg1,
MuxerFormat jarg1_,
int jarg2) |
static int |
VideoJNI.MuxerFormat_getDefaultAudioCodecId(long jarg1,
MuxerFormat jarg1_) |
static int |
VideoJNI.MuxerFormat_getDefaultSubtitleCodecId(long jarg1,
MuxerFormat jarg1_) |
static int |
VideoJNI.MuxerFormat_getDefaultVideoCodecId(long jarg1,
MuxerFormat jarg1_) |
static String |
VideoJNI.MuxerFormat_getExtensions(long jarg1,
MuxerFormat jarg1_) |
static int |
VideoJNI.MuxerFormat_getFlags(long jarg1,
MuxerFormat jarg1_) |
static String |
VideoJNI.MuxerFormat_getLongName(long jarg1,
MuxerFormat jarg1_) |
static String |
VideoJNI.MuxerFormat_getMimeType(long jarg1,
MuxerFormat jarg1_) |
static String |
VideoJNI.MuxerFormat_getName(long jarg1,
MuxerFormat jarg1_) |
static int |
VideoJNI.MuxerFormat_getNumSupportedCodecs(long jarg1,
MuxerFormat jarg1_) |
static int |
VideoJNI.MuxerFormat_getSupportedCodecId(long jarg1,
MuxerFormat jarg1_,
int jarg2) |
static long |
VideoJNI.MuxerFormat_getSupportedCodecTag(long jarg1,
MuxerFormat jarg1_,
int jarg2) |
static int |
VideoJNI.MuxerFormat_guessCodec(long jarg1,
MuxerFormat jarg1_,
String jarg2,
String jarg3,
String jarg4,
int jarg5) |
Copyright © 2018 Humble Software. All rights reserved.