1# AVSession_PlaybackPosition 2 3 4## Overview 5 6The AVSession_PlaybackPosition struct describes the information related to the playback position. 7 8**Since**: 13 9 10**Related module**: [OHAVSession](_o_h_a_v_session.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| int64_t elapsedTime | Elapsed time, in ms. | 21| int64_t updateTime | Updated time, in ms. | 22