Skip to main content
API Reference NSDK

PlaybackSessionDelegate

Delegate protocol for receiving frame updates during playback (mirrors ARSessionDelegate-style callbacks).

Declaration

protocol PlaybackSessionDelegate : AnyObject

Methods

NameTypeSummary
playbackSessionvoid
Called on the main queue each time a new playback frame is ready. Use the frame's metadata, image, and optional depth for rendering or processing.

Relationships

conformance: NSDKViewDelegate