Info | Value |
---|---|
Component Type | org.primefaces.component.Audio |
Handler Class | None |
Renderer Type | org.primefaces.component.AudioRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
autoplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies that the video will start playing as soon as it is ready.) |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Controls browser caching mode of the resource. Default is true |
controls | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether the audio/video should display controls (like play/pause etc.) |
controlslist | false | jakarta.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. |
crossorigin | false | jakarta.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. |
disableremoteplayback | false | jakarta.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.) |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
loop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies that the audio/video will start over again, every time it is finished.) |
muted | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies that the audio output should be muted.) |
player | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Type of the player, possible values are "mp3","ogg", and "wav". |
rendered | false | jakarta.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. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the player. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the player. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Media source to play. |
Output generated by Vdldoc View Declaration Language Documentation Generator.