MERAWProcessingParameter
An object for the RAW processor to describe each processing parameter the processor exposes.
Declaration
class MERAWProcessingParameterDiscussion
This protocol provides an interface for Video Toolbox to query descriptions of the different parameters that can be used to influence RAW processor operation. A distinct MERAWProcessingParameter is created for each parameter supported by the RAW processor, and the set of supported parameters is returned by the processingParameters interface.
Topics
Inspecting a processing parameter
Processing parameters
MERAWProcessingParameter.BooleanMERAWProcessingParameter.FloatingPointMERAWProcessingParameter.IntegerMERAWProcessingParameter.ListMERAWProcessingParameter.ListElementMERAWProcessingParameter.SubGroup
Class methods
boolean(name:key:description:initialValue:neutralValue:cameraValue:)integer(name:key:description:initialValue:maximum:minimum:neutralValue:cameraValue:)list(name:key:description:list:initialValue:neutralValue:cameraValue:)listElement(name:description:elementID:)subGroup(name:description:parameters:)float(name:key:description:initialValue:maximum:minimum:neutralValue:cameraValue:)