| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
BitStreamFilterType |
BitStreamFilterType.copyReference()
Create a new BitStreamFilterType object that is actually referring to the
exact same underlying native object.
|
static BitStreamFilterType |
BitStreamFilterType.getBitStreamFilterType(int i) |
static BitStreamFilterType |
BitStreamFilterType.getBitStreamFilterType(String name) |
BitStreamFilterType |
BitStreamFilter.getType()
Get the type of this filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BitStreamFilterType> |
BitStreamFilterType.getInstalledBitStreamFilterTypes()
Gets a collection of ALL codecs installed on this
system.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VideoJNI.BitStreamFilter_make__SWIG_1(long jarg1,
BitStreamFilterType jarg1_) |
static String |
VideoJNI.BitStreamFilterType_getName(long jarg1,
BitStreamFilterType jarg1_) |
static BitStreamFilter |
BitStreamFilter.make(BitStreamFilterType type)
Create a filter given the type.
|
Copyright © 2018 Humble Software. All rights reserved.