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 designed for content tracking within AVPlayer or its subclasses."],["It simplifies tracking by attaching a periodic time observer to the provided AVPlayer instance."],["The `player` property allows read-only access to the underlying AVPlayer being tracked."],["Initialization involves passing the target AVPlayer, establishing the tracking relationship."]]],[]]