| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Muxer |
Muxer.copyReference()
Create a new Muxer object that is actually referring to the
exact same underlying native object.
|
Muxer |
MuxerStream.getMuxer()
Get the Muxer that this stream belongs to.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.Muxer_addNewStream(long jarg1,
Muxer jarg1_,
long jarg2,
Coder jarg2_) |
static void |
VideoJNI.Muxer_close(long jarg1,
Muxer jarg1_) |
static long |
VideoJNI.Muxer_getFormat(long jarg1,
Muxer jarg1_) |
static int |
VideoJNI.Muxer_getNumStreams(long jarg1,
Muxer jarg1_) |
static int |
VideoJNI.Muxer_getOutputBufferLength(long jarg1,
Muxer jarg1_) |
static int |
VideoJNI.Muxer_getState(long jarg1,
Muxer jarg1_) |
static long |
VideoJNI.Muxer_getStream(long jarg1,
Muxer jarg1_,
int jarg2) |
static String |
VideoJNI.Muxer_getURL(long jarg1,
Muxer jarg1_) |
static void |
VideoJNI.Muxer_open(long jarg1,
Muxer jarg1_,
long jarg2,
KeyValueBag jarg2_,
long jarg3,
KeyValueBag jarg3_) |
static void |
VideoJNI.Muxer_setOutputBufferLength(long jarg1,
Muxer jarg1_,
int jarg2) |
static boolean |
VideoJNI.Muxer_write(long jarg1,
Muxer jarg1_,
long jarg2,
MediaPacket jarg2_,
boolean jarg3) |
Copyright © 2018 Humble Software. All rights reserved.