| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
PixelComponentDescriptor |
PixelComponentDescriptor.copyReference()
Create a new PixelComponentDescriptor object that is actually referring to the
exact same underlying native object.
|
PixelComponentDescriptor |
PixelFormatDescriptor.getComponentDescriptor(int component)
Parameters that describe how pixels are packed.
If the format has 2 or 4 components, then alpha is last. If the format has 1 or 2 components, then luma is 0. If the format has 3 or 4 components, if the RGB flag is set then 0 is red, 1 is green and 2 is blue; otherwise 0 is luma, 1 is chroma-U and 2 is chroma-V. |
| Modifier and Type | Method and Description |
|---|---|
static int |
VideoJNI.PixelComponentDescriptor_getDepthMinus1(long jarg1,
PixelComponentDescriptor jarg1_) |
static int |
VideoJNI.PixelComponentDescriptor_getOffsetPlus1(long jarg1,
PixelComponentDescriptor jarg1_) |
static int |
VideoJNI.PixelComponentDescriptor_getPlane(long jarg1,
PixelComponentDescriptor jarg1_) |
static int |
VideoJNI.PixelComponentDescriptor_getShift(long jarg1,
PixelComponentDescriptor jarg1_) |
static int |
VideoJNI.PixelComponentDescriptor_getStepMinus1(long jarg1,
PixelComponentDescriptor jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.