| 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 |
FilterAudioSink
A source of MediaAudio objects for a FilterGraph.
|
class |
FilterPictureSink
A Sink of MediaPicture objects for a FilterGraph.
|
| Modifier and Type | Method and Description |
|---|---|
FilterSink |
FilterSink.copyReference()
Create a new FilterSink object that is actually referring to the
exact same underlying native object.
|
FilterSink |
FilterGraph.getSink(int index) |
FilterSink |
FilterGraph.getSink(String name) |
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.FilterSink_getFrameSize(long jarg1,
FilterSink jarg1_) |
static void |
VideoJNI.FilterSink_setFrameSize(long jarg1,
FilterSink jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.