Bixby Developer Center

References

seek-bar-enabled

optional

If specified, displays the seek bar in the audio control component. The seek bar is a progress slider that lets users control the playback position within an audio track. It can be enabled for content where it is relevant, such as a music track or a podcast; it should not be specified for content where it is not relevant, or where the position information is not available, such as a live stream.

Example

result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
}
artist (Cool Cat)
title (Hal, It's About Cats)
seek-bar-enabled
}
}
}
}
}
}