| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.extensions.html5player |
| Modifier and Type | Method and Description |
|---|---|
Html5VideoConfig |
Html5VideoConfig.autoHideControlBar(boolean value)
enable auto hide control bar
|
Html5VideoConfig |
Html5VideoConfig.autoPlay(boolean value)
enable auto play
|
Html5VideoConfig |
Html5VideoConfig.showFullscreenButton(boolean value)
enable full screen button
|
Html5VideoConfig |
Html5VideoConfig.showPlayPauseButton(boolean value)
show pause/play button
|
Html5VideoConfig |
Html5VideoConfig.showProgressBar(boolean value)
show progress bar
|
Html5VideoConfig |
Html5VideoConfig.showTimer(boolean value)
show video timer
|
Html5VideoConfig |
Html5VideoConfig.withVolume(int value)
show & set volume value 1..10
|
| Constructor and Description |
|---|
Html5Player(String markupId,
org.apache.wicket.model.IModel<List<? extends Html5Player.IVideo>> model,
Html5VideoConfig config)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.