p

Tag audio

Component Information 
InfoValue
Component Typeorg.primefaces.component.Audio
Handler ClassNone
Renderer Typeorg.primefaces.component.AudioRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the video will start playing as soon as it is ready.)
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource. Default is true
controlsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the audio/video should display controls (like play/pause etc.)
controlslistfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When specified, helps the browser select what controls to show. The allowed values are nodownload, nofullscreen and noremoteplayback.
crossoriginfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
This enumerated attribute indicates whether to use CORS to fetch the related audio/video file. The allowed values are anonymous and user-credentials.
disableremoteplaybackfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.)
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
loopfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the audio/video will start over again, every time it is finished.)
mutedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the audio output should be muted.)
playerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Type of the player, possible values are "mp3","ogg", and "wav".
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the player.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the player.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Media source to play.

Output generated by Vdldoc View Declaration Language Documentation Generator.