public abstract class SCameraFilterInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_TYPE_EFFECT
Effect filter.
|
static int |
FILTER_TYPE_FACE_AR
Face AR filter.
|
static int |
FILTER_TYPE_NONE
Unknown filter type.
|
protected Context |
mContext
Context to access android framework
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the unique name of the filter.
|
String |
getPackageName()
Gets the package name of the filter.
|
abstract 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
protected Context mContext
public String getPackageName()
public String getName()
public int getType()
public abstract Bitmap getThumbnailImage()
Bitmap
instance of thumbnail image, or null
if no thumbnail image exists.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.