Stay organized with collections
Save and categorize content based on your preferences.
IMAContentPlayhead
@protocolIMAContentPlayhead
Defines an interface for a class that tracks video content progress and
exposes a key value observable property |currentTime|.
The SDK provides an implementation for tracking AVPlayer-based playback
in the IMAAVPlayerContentPlayhead.
Publishers can supply their own implementation by implementing this
interface and this way support any other video playback implementation
they might have.
[[["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."],[[["\u003cp\u003eDefines an interface for tracking video content progress, primarily through the \u003ccode\u003ecurrentTime\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eOffers a key-value observable property, \u003ccode\u003ecurrentTime\u003c/code\u003e, reflecting the current playback time in seconds.\u003c/p\u003e\n"],["\u003cp\u003eIncludes a default implementation, \u003ccode\u003eIMAAVPlayerContentPlayhead\u003c/code\u003e, for AVPlayer-based playback.\u003c/p\u003e\n"],["\u003cp\u003eEnables publishers to integrate their own implementations to support various video playback systems.\u003c/p\u003e\n"]]],[],null,["IMAContentPlayhead \n\n @protocol IMAContentPlayhead\n\nDefines an interface for a class that tracks video content progress and\nexposes a key value observable property \\|currentTime\\|.\nThe SDK provides an implementation for tracking AVPlayer-based playback\nin the IMAAVPlayerContentPlayhead.\nPublishers can supply their own implementation by implementing this\ninterface and this way support any other video playback implementation\nthey might have.\n- `\n ``\n ``\n `\n\n [currentTime](#/c:objc(pl)IMAContentPlayhead(py)currentTime)`\n ` \n Reflects the current playback time in seconds for the content.\n The property is key value observable. \n\n Declaration \n Swift \n\n var currentTime: TimeInterval { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSTimeInterval currentTime;"]]