public class Html5VideoConfig extends AbstractConfig
Html5Player configurationAbstractConfig.IKey<T>| Constructor and Description |
|---|
Html5VideoConfig()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Html5VideoConfig |
autoHideControlBar(boolean value)
enable auto hide control bar
|
Html5VideoConfig |
autoPlay(boolean value)
enable auto play
|
Html5VideoConfig |
showFullscreenButton(boolean value)
enable full screen button
|
Html5VideoConfig |
showPlayPauseButton(boolean value)
show pause/play button
|
Html5VideoConfig |
showProgressBar(boolean value)
show progress bar
|
Html5VideoConfig |
showTimer(boolean value)
show video timer
|
Html5VideoConfig |
withVolume(int value)
show & set volume value 1..10
|
all, getString, isEmpty, newKey, put, remove, toJsonString, wrappublic Html5VideoConfig withVolume(int value)
value - mandatory parameterpublic Html5VideoConfig autoPlay(boolean value)
value - mandatory parameterpublic Html5VideoConfig autoHideControlBar(boolean value)
value - mandatory parameterpublic Html5VideoConfig showFullscreenButton(boolean value)
value - mandatory parameterpublic Html5VideoConfig showTimer(boolean value)
value - mandatory parameterpublic Html5VideoConfig showProgressBar(boolean value)
value - mandatory parameterpublic Html5VideoConfig showPlayPauseButton(boolean value)
value - mandatory parameterCopyright © 2013 agilecoders.de. All Rights Reserved.