public static final class SCameraProcessorManager.ProcessorType<T extends SCameraProcessor> extends Object
ProcessorType
is used to query if specific processor is available with
SCameraProcessorManager.isProcessorAvailable(com.samsung.android.sdk.camera.processor.SCameraProcessorManager.ProcessorType<?>)
or to get instance of processor with
SCameraProcessorManager.createProcessor(ProcessorType)
.Modifier and Type | Method and Description |
---|---|
String |
getName()
returns string name of processor.
|
public String getName()
Copyright © Samsung Electronics, Co., Ltd. All rights reserved.