1# AVSession_PlaybackPosition 2<!--Kit: AVSession Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @ccfriend; @liao_qian--> 5<!--SE: @ccfriend--> 6<!--TSE: @chenmingxi1_huawei--> 7 8## Overview 9 10The struct describes the information related to the playback position. 11 12**Since**: 13 13 14**Related module**: [OHAVSession](capi-ohavsession.md) 15 16**Header file**: [native_avsession.h](capi-native-avsession-h.md) 17 18## Summary 19 20### Member Variables 21 22| Name| Description| 23| -- | -- | 24| int64_t elapsedTime | Elapsed time, in ms.| 25| int64_t updateTime | Updated time, in ms.| 26