| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Decoder |
Decoder.copyReference()
Create a new Decoder object that is actually referring to the
exact same underlying native object.
|
Decoder |
DemuxerStream.getDecoder()
Get the decoder that can decode the information in this Demuxer stream.
|
static Decoder |
Decoder.make(Codec codec)
Create a Decoder that will use the given Codec.
|
static Decoder |
Decoder.make(Coder src)
Creates a Decoder from a given Coder (either an encoder or a decoder).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.Decoder_decode(long jarg1,
Decoder jarg1_,
long jarg2,
MediaSampled jarg2_,
long jarg3,
MediaPacket jarg3_,
int jarg4) |
static int |
VideoJNI.Decoder_decodeAudio(long jarg1,
Decoder jarg1_,
long jarg2,
MediaAudio jarg2_,
long jarg3,
MediaPacket jarg3_,
int jarg4) |
static int |
VideoJNI.Decoder_decodeVideo(long jarg1,
Decoder jarg1_,
long jarg2,
MediaPicture jarg2_,
long jarg3,
MediaPacket jarg3_,
int jarg4) |
static void |
VideoJNI.Decoder_flush(long jarg1,
Decoder jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.