| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Video |
| Handler Class | None |
| Renderer Type | org.primefaces.component.VideoRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
autoplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that the media will start playing as soon as it is ready.Default is false. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to cache the media contentDefault is true. |
controls | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that media controls should be displayed (such as a play/pause button etc).Default is false. |
controlslist | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| When specified, helps the browser select what controls to show. Values are nodownload, nofullscreen and noremoteplayback. |
crossorigin | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Indicates whether to use CORS to fetch the related media file. Values are anonymous and user-credentials. |
currentTime | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets or returns the current playback position in seconds. |
defaultMuted | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that the audio output should be muted by default.Default is false. |
defaultPlaybackRate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets or returns the default speed of the media playback. |
disablepictureinpicture | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically.Default is false. |
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 and wireless technologies.Default is false. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Height of the media component. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
loop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that the media will start over again, every time it is finished.Default is false. |
muted | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that the audio output of the media should be muted.Default is false. |
onabort | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media loading is aborted. |
oncanplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser can start playing the media. |
oncanplaythrough | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser can play through the media without stopping for buffering. |
ondurationchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the duration of the media is changed. |
onemptied | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media resource element suddenly becomes empty. |
onended | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media has reached the end. |
onerror | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when an error occurs while loading the media. |
onloadeddata | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when media data is loaded. |
onloadedmetadata | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when meta data (like dimensions and duration) are loaded. |
onloadstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser starts looking for the media. |
onpause | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media is paused. |
onplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media is started or is no longer paused. |
onplaying | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media is playing after having been paused or stopped for buffering. |
onprogress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser is downloading the media. |
onratechange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the playing speed of the media is changed. |
onseeked | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the user is finished moving/skipping to a new position in the media. |
onseeking | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the user starts moving/skipping to a new position in the media. |
onstalled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser is trying to get media data, but data is not available. |
onsuspend | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the browser is intentionally not getting media data. |
ontimeupdate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the playing position has changed. |
onvolumechange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the volume has been changed. |
onwaiting | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback to execute when the media has paused but is expected to resume. |
playbackRate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets or returns the speed of the media playback. |
player | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Media player type. |
playsinline | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A Boolean attribute indicating that the video is to be played 'inline', that is within the element's playback area.Default is false. |
poster | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies an image to be shown while the video is downloading, or until the user hits the play button. |
preload | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies if and how the author thinks the media should be loaded when the page loads. Values are auto, metadata, and none. |
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.Default is true. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Media source value. |
volume | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets or returns the audio volume of the media. Must be a number between 0.0 and 1.0. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Width of the media component. |
Output generated by Vdldoc View Declaration Language Documentation Generator.