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 designed to track the content progress of an AVPlayer or its subclasses."],["It implements the IMAContentPlayhead protocol, providing a standard way to monitor playback."],["It utilizes a periodic time observer attached to the AVPlayer to track playback time."],["Initialization requires an AVPlayer instance and immediately begins tracking."]]],[]]