Package | Description |
---|---|
com.affectiva.android.affdex.sdk | |
com.affectiva.android.affdex.sdk.detector |
Modifier and Type | Field and Description |
---|---|
protected Frame.COLOR_FORMAT |
Frame.colorFormat |
Modifier and Type | Method and Description |
---|---|
Frame.COLOR_FORMAT |
Frame.getColorFormat()
Get
Frame 's color format. |
static Frame.COLOR_FORMAT |
Frame.COLOR_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frame.COLOR_FORMAT[] |
Frame.COLOR_FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Frame.BitmapFrame.setBitmap(android.graphics.Bitmap bitmap,
Frame.COLOR_FORMAT colorFormat)
Set underlying
Bitmap object. |
Constructor and Description |
---|
Frame.BitmapFrame(android.graphics.Bitmap bitmap,
Frame.COLOR_FORMAT colorFormat)
Constructs a
BitmapFrame that wraps the specified Bitmap . |
Frame.ByteArrayFrame(byte[] array,
int frameWidth,
int frameHeight,
Frame.COLOR_FORMAT frameColorFormat)
Constructs a
ByteArrayFrame that wraps the specified byte array. |
Modifier and Type | Method and Description |
---|---|
void |
VideoFileDetector.frameReady(byte[] frame,
int width,
int height,
Frame.COLOR_FORMAT format,
long timeStamp,
Frame.ROTATE rotation) |
Copyright © 2015. All rights reserved.