public abstract class SCameraFilterInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_TYPE_EFFECT
Effect filter.
|
static int |
FILTER_TYPE_NONE
Unknown filter type.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the unique name of the filter.
|
String |
getPackageName()
Gets the package name 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 String getPackageName()
public String getName()
public int getType()
Copyright © Samsung Electronics, Co., Ltd. All rights reserved.