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 2023-11-14 UTC."],[[["IMAAVPlayerContentPlayhead is an implementation of IMAContentPlayhead specifically designed for AVPlayer and its subclasses."],["It provides content tracking by attaching a periodic time observer to the designated AVPlayer."],["This class simplifies content tracking integration when using AVPlayer as the content player."],["Initialization requires an AVPlayer instance to be tracked, establishing the connection for content monitoring."]]],[]]