| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaAudioResampler
A MediaAudioResampler object resamples MediaAudio objects from
one format/sample-rate/channel-layout to another. |
class |
MediaPictureResampler
Converts MediaPicture objects of a given width, height and format to a new
width, height or format. |
| Modifier and Type | Method and Description |
|---|---|
MediaResampler |
MediaResampler.copyReference()
Create a new MediaResampler object that is actually referring to the
exact same underlying native object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.MediaResampler_getState(long jarg1,
MediaResampler jarg1_) |
static int |
VideoJNI.MediaResampler_resample(long jarg1,
MediaResampler jarg1_,
long jarg2,
MediaSampled jarg2_,
long jarg3,
MediaSampled jarg3_) |
Copyright © 2018 Humble Software. All rights reserved.