# Storyboard
ByteArk Player SDK for Android supports Storyboards — thumbnail previews that appear while viewers drag the seek bar, so they can see what's in the video at that position before committing to a seek.
# Usage
If a video is published through ByteArk Stream and the Storyboard is part of its manifest, the player loads and shows it automatically while the viewer drags the seek bar.
# Receive load events
override fun onStoryBoardLoaded(storyBoard: StoryBoard) {
// Storyboard loaded
}
1
2
3
2
3
Note
The Storyboard feature requires the video to be processed through ByteArk Stream so the storyboard manifest is generated. Contact support@byteark.com to enable it.