8 #ifndef K_FIRESYNC_CAMERA_STEPS_H
9 #define K_FIRESYNC_CAMERA_STEPS_H
121 #include <kFireSync/Client/Camera/Extensions/kCameraSteps.x.h>
kStatus kCameraSteps_SetStyle(kCameraSteps extension, kCameraStepsStyle style)
Sets the steps style.
Declares the kCameraExt type.
kSize kCameraSteps_State(kCameraSteps extension, kSize stepIndex)
Gets the camera state id (index) associated with the specified step index.
Represents constraint and validity information for a bit flag setting.
Definition: kInfo.h:544
kSize kCameraSteps_Count(kCameraSteps extension)
Gets the number of steps (state/count pairs) defined by this extension.
kStatus kCameraSteps_SetRepetitionCount(kCameraSteps extension, kSize stepIndex, kSize count)
Sets the repetition count associated with the specified step index.
Represents parameters for a camera step extension.
kCameraStepsStyle kCameraSteps_Style(kCameraSteps extension)
Gets the steps style.
kStatus kCameraSteps_CountInfo(kCameraSteps extension, kInfoSize *info)
Reports constraint and validity information for the Count setting.
kStatus kCameraSteps_StyleInfo(kCameraSteps extension, kInfoBits *info)
Reports constraint and validity information for the Steps style setting.
kStatus kCameraSteps_SetCount(kCameraSteps extension, kSize count)
Sets the number of steps (state/count pairs) defined by this extension.
kSize kCameraSteps_RepetitionCount(kCameraSteps extension, kSize stepIndex)
Gets the repetition count associated with the specified step index.
Represents constraint and validity information for a kSize setting.
Definition: kInfo.h:370
kStatus kCameraSteps_SetState(kCameraSteps extension, kSize stepIndex, kSize stateIndex)
Sets the camera state id (index) associated with the specified step index.
Represents camera steps style.