Represents a low-bandwidth entity used in showcases in LBM mode.
What does it unlock?
Timecode interface for showcase timeline management. Tracks timing and playback position information.
Practical Application
Playback position tracking for showcase animations. Contains current timestamp within the animation timeline.
Use for building progress bars, time displays, or syncing external content to showcase playback.
AI Coding Best Practices
Access timecode data from showcase status events during playback. Use to update progress indicators in custom playback UIs.
Combine with showcaseStatusChanged to build full media player controls for product demo presentations.
Represents a low-bandwidth entity used in showcases in LBM mode.
What does it unlock?
Timecode interface for showcase timeline management. Tracks timing and playback position information.
Practical Application
Playback position tracking for showcase animations. Contains current timestamp within the animation timeline. Use for building progress bars, time displays, or syncing external content to showcase playback.
AI Coding Best Practices
Access timecode data from showcase status events during playback. Use to update progress indicators in custom playback UIs. Combine with showcaseStatusChanged to build full media player controls for product demo presentations.