public static final class SCameraProcessorManager.ProcessorType<T extends SCameraProcessor>
extends java.lang.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 |
---|---|
java.lang.String |
getName()
returns string name of processor.
|
Copyright © Samsung Electronics, Co., Ltd. All rights reserved.