| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
CodecDescriptor |
CodecDescriptor.copyReference()
Create a new CodecDescriptor object that is actually referring to the
exact same underlying native object.
|
static CodecDescriptor |
CodecDescriptor.make(Codec.ID id)
Get the descriptor for the given id.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.CodecDescriptor_getId(long jarg1,
CodecDescriptor jarg1_) |
static String |
VideoJNI.CodecDescriptor_getLongName(long jarg1,
CodecDescriptor jarg1_) |
static String |
VideoJNI.CodecDescriptor_getName(long jarg1,
CodecDescriptor jarg1_) |
static int |
VideoJNI.CodecDescriptor_getProperties(long jarg1,
CodecDescriptor jarg1_) |
static int |
VideoJNI.CodecDescriptor_getType(long jarg1,
CodecDescriptor jarg1_) |
static boolean |
VideoJNI.CodecDescriptor_hasProperty(long jarg1,
CodecDescriptor jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.