| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
BitStreamFilter |
BitStreamFilter.copyReference()
Create a new BitStreamFilter object that is actually referring to the
exact same underlying native object.
|
static BitStreamFilter |
BitStreamFilter.make(BitStreamFilterType type)
Create a filter given the type.
|
static BitStreamFilter |
BitStreamFilter.make(String filtername)
Create a filter given the name.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.BitStreamFilter_filter__SWIG_0(long jarg1,
BitStreamFilter jarg1_,
long jarg2,
Buffer jarg2_,
int jarg3,
long jarg4,
Buffer jarg4_,
int jarg5,
int jarg6,
long jarg7,
Coder jarg7_,
String jarg8,
boolean jarg9) |
static void |
VideoJNI.BitStreamFilter_filter__SWIG_1(long jarg1,
BitStreamFilter jarg1_,
long jarg2,
MediaPacket jarg2_,
String jarg3) |
static String |
VideoJNI.BitStreamFilter_getName(long jarg1,
BitStreamFilter jarg1_) |
static long |
VideoJNI.BitStreamFilter_getType(long jarg1,
BitStreamFilter jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.