1# Camera_SmoothZoomInfo 2 3 4## Overview 5 6The Camera_SmoothZoomInfo struct describes the smooth zoom information. 7 8**Since**: 12 9 10**Related module**: [OH_Camera](_o_h___camera.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| int32_t [duration](#duration) | Total duration of smooth zoom, in ms. | 21 22 23## Member Variable Description 24 25 26### duration 27 28``` 29int32_t Camera_SmoothZoomInfo::duration 30``` 31 32**Description** 33 34Total duration of smooth zoom, in ms. 35