public abstract class SCameraFilterInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_TYPE_AR_EMOJI
AR Emoji filter.
|
static int |
FILTER_TYPE_EFFECT
Effect filter.
|
static int |
FILTER_TYPE_FACE_AR
Face AR filter.
|
static int |
FILTER_TYPE_NONE
Unknown filter type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the unique name of the filter.
|
java.lang.String |
getPackageName()
Gets the package name of the filter.
|
abstract android.graphics.Bitmap |
getThumbnailImage()
Gets the thumbnail image of the filter.
|
int |
getType()
Gets the type of the filter.
|
public static final int FILTER_TYPE_NONE
public static final int FILTER_TYPE_EFFECT
public static final int FILTER_TYPE_FACE_AR
public static final int FILTER_TYPE_AR_EMOJI
public java.lang.String getPackageName()
public java.lang.String getName()
public int getType()
public abstract android.graphics.Bitmap getThumbnailImage()
Bitmap
instance of thumbnail image, or null
if no thumbnail image exists.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.