Wenfengcheng / xamarin-notes

xamarin journal
MIT License
3 stars 0 forks source link

AVPlayer's durationWatched #2

Open Wenfengcheng opened 5 years ago

Wenfengcheng commented 5 years ago

If you are tasked with a analytics event with tracking the ellapsed watched time of an AVPlayer, thankfully, there is a built in property from AVPlayerItemEventAccessLog called durationWatched

durationWatched The accumulated duration of the media played, in seconds.

Reference: https://developer.apple.com/documentation/avfoundation/avplayeritemaccesslogevent/1388200-durationwatched