|
FireSync API
|
| kStatus kCamera_AddExtension | ( | kCamera | camera, |
| kType | type, | ||
| kCameraExt * | extension | ||
| ) |
Creates and adds a new camera control extension of the specified type.
The new extension is added to the end of the camera's extension list.
| camera | Camera object. |
| type | Type of extension to add. |
| extension | Receives the new extension object. |