primefaces

Tag video

Component Information 
InfoValue
Component Typeorg.primefaces.component.Video
Handler ClassNone
Renderer Typeorg.primefaces.component.VideoRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the media will start playing as soon as it is ready.Default is false.
bindingfalsejakarta.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.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to cache the media contentDefault is true.
controlsfalsejakarta.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.
controlslistfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When specified, helps the browser select what controls to show. Values are nodownload, nofullscreen and noremoteplayback.
crossoriginfalsejakarta.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.
currentTimefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets or returns the current playback position in seconds.
defaultMutedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the audio output should be muted by default.Default is false.
defaultPlaybackRatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets or returns the default speed of the media playback.
disablepictureinpicturefalsejakarta.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.
disableremoteplaybackfalsejakarta.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.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the media component.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
loopfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the media will start over again, every time it is finished.Default is false.
mutedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that the audio output of the media should be muted.Default is false.
onabortfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media loading is aborted.
oncanplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the browser can start playing the media.
oncanplaythroughfalsejakarta.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.
ondurationchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the duration of the media is changed.
onemptiedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media resource element suddenly becomes empty.
onendedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media has reached the end.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when an error occurs while loading the media.
onloadeddatafalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when media data is loaded.
onloadedmetadatafalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when meta data (like dimensions and duration) are loaded.
onloadstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the browser starts looking for the media.
onpausefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media is paused.
onplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media is started or is no longer paused.
onplayingfalsejakarta.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.
onprogressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the browser is downloading the media.
onratechangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the playing speed of the media is changed.
onseekedfalsejakarta.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.
onseekingfalsejakarta.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.
onstalledfalsejakarta.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.
onsuspendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the browser is intentionally not getting media data.
ontimeupdatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the playing position has changed.
onvolumechangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the volume has been changed.
onwaitingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback to execute when the media has paused but is expected to resume.
playbackRatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets or returns the speed of the media playback.
playerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Media player type.
playsinlinefalsejakarta.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.
posterfalsejakarta.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.
preloadfalsejakarta.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.
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.Default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Media source value.
volumefalsejakarta.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.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the media component.

Output generated by Vdldoc View Declaration Language Documentation Generator.