Specify the size of the album art to display with the control.
There are two valid values:
LargeSmallThe actual sizes of Large and Small are client-dependent. If the size key is not set, a default size will be used; whether the default size is Large or Small is client-dependent.
result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
size (Large)
}
artist (Cool Cat)
title (Cat-ch Phrase)
}
}
}
}
}
}You can use size within an if-else block to choose the size dynamically.
| value optional | The size value of the album art |
Copyright 2026 Samsung All rights reserved