OptionaladdUsed to add the current playback time into the aria-label attribute. This allows screen readers to read the current
current time even on platforms that do not support the aria-valuetext attribute, such as Samsung Tizen.
OptionalariaWCAG20 standard for defining info about the component (usually the name)
OptionalcssThe CSS classes of the component. This is usually the class from where the component takes its styling.
OptionalcssAdditional CSS classes of the component.
OptionalcssA prefix to prepend all CSS classes with.
OptionaldisabledSpecifies if the component is enabled (interactive) or not. Default: false
OptionalenableUsed to enable/disable seek preview
OptionalhiddenSpecifies if the component should be hidden at startup. Default: false
OptionalhideSpecifies if the volume slider should be automatically hidden when volume control is prohibited by the browser or platform. This currently only applies to iOS. Default: true
OptionalidThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
OptionalkeyUsed for seekBar control increments and decrements
OptionallabelThe label above the seek position.
OptionalroleSpecifies the component role for WCAG20 standard
OptionalsmoothThe interval in milliseconds in which the playback position on the seek bar will be updated. The shorter the interval, the smoother it looks and the more resource intense it is. The update interval will be kept as steady as possible to avoid jitter. Set to -1 to disable smooth updating and update it on player TimeChanged events instead. Default: 50 (50ms = 20fps).
OptionalsnappingUsed to enable/disable snapping to markers on the seek bar when seeking near them. Default: true
OptionalsnappingDefines tolerance for snapping to markers, if snapping to seek bar markers is enabled.
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
OptionalverticalBar will be vertical instead of horizontal if set to true.
Configuration interface for the VolumeSlider component.