| 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 |
DemuxerFormat
An object that describes Containers that HumbleVideo can read MediaPacket objects
from. |
class |
MuxerFormat
An object that describes Containers that HumbleVideo can write MediaPacket objects
to. |
| Modifier and Type | Method and Description |
|---|---|
ContainerFormat |
ContainerFormat.copyReference()
Create a new ContainerFormat object that is actually referring to the
exact same underlying native object.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
VideoJNI.ContainerFormat_getExtensions(long jarg1,
ContainerFormat jarg1_) |
static boolean |
VideoJNI.ContainerFormat_getFlag(long jarg1,
ContainerFormat jarg1_,
int jarg2) |
static int |
VideoJNI.ContainerFormat_getFlags(long jarg1,
ContainerFormat jarg1_) |
static String |
VideoJNI.ContainerFormat_getLongName(long jarg1,
ContainerFormat jarg1_) |
static String |
VideoJNI.ContainerFormat_getName(long jarg1,
ContainerFormat jarg1_) |
static int |
VideoJNI.ContainerFormat_getNumSupportedCodecs(long jarg1,
ContainerFormat jarg1_) |
static int |
VideoJNI.ContainerFormat_getSupportedCodecId(long jarg1,
ContainerFormat jarg1_,
int jarg2) |
static long |
VideoJNI.ContainerFormat_getSupportedCodecTag(long jarg1,
ContainerFormat jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.