An implementation of IMAContentPlayhead for AVPlayer. Use this class to
provide content tracking if your content player of choice is an AVPlayer
or its subclass.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["IMAAVPlayerContentPlayhead is an implementation of IMAContentPlayhead specifically designed for AVPlayer and its subclasses, enabling content tracking."],["It provides a `player` property to access the AVPlayer instance being tracked."],["Initialization is done using `initWithAVPlayer:`, which takes an AVPlayer instance as a parameter and immediately attaches a periodic time observer to it for tracking."]]],[]]