| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
MuxerStream |
Muxer.addNewStream(Coder coder)
Adds a new stream that will have packets written to it.
Note on thread safety: Callers must ensure that the coder is not encoding or decoding packets at the same time that Muxer#open or Muxer#close is being called. |
MuxerStream |
MuxerStream.copyReference()
Create a new MuxerStream object that is actually referring to the
exact same underlying native object.
|
MuxerStream |
Muxer.getStream(int position)
Get the MuxerStream at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.MuxerStream_getCoder(long jarg1,
MuxerStream jarg1_) |
static long |
VideoJNI.MuxerStream_getMuxer(long jarg1,
MuxerStream jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.