# AVSession_PlaybackPosition ## Overview The AVSession_PlaybackPosition struct describes the information related to the playback position. **Since**: 13 **Related module**: [OHAVSession](_o_h_a_v_session.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int64_t elapsedTime | Elapsed time, in ms. | | int64_t updateTime | Updated time, in ms. |