Display a video player component.
If a poster
image is specified, it will be shown in place of the video until the video starts to play.
You can test video
on various devices in the Simulator with the Bixby Views Sample Capsule.
result-view {
match {
Video (this)
}
message ("Here is a sample video:")
render {
layout {
section {
content {
video {
url ("#{value(this)}")
}
}
}
}
}
}
.mp4
).webm
).avi
).ogg
)There is no enforced restriction on video resolution, but 480p or 360p resolutions are recommended (840×480 or 640×360 in a 16:9 aspect ratio).
Copyright 2024 Samsung All rights reserved