static IVideo |
IVideoCtrl.from(Video instance) |
|
static IVideo |
IVideo.of(java.lang.Iterable<ITrack> children) |
Returns the instance with the given ITrack children.
|
static IVideo |
IVideo.of(java.lang.String src) |
Returns the instance with the given src .
|
static IVideo |
IVideo.of(ITrack... children) |
Returns the instance with the given ITrack children.
|
static IVideo |
IVideo.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IVideo |
IVideo.withAutoplay(boolean autoplay) |
Returns a copy of this immutable component with the specified
autoplay .
|
IVideo |
IVideo.withClipToFit(boolean clipToFit) |
Returns a copy of this immutable component with the specified
clipToFit .
|
IVideo |
IVideo.withContent(Video content) |
Returns a copy of this immutable component with the specified
content .
|
IVideo |
IVideo.withControls(boolean controls) |
Returns a copy of this immutable component with the specified
controls .
|
IVideo |
IVideo.withCrossorigin(java.lang.String crossorigin) |
Returns a copy of this immutable component with the specified
crossorigin .
|
default IVideo |
IVideo.withCrossorigin(IVideo.Crossorigin crossorigin) |
Returns a copy of this immutable component with the specified
crossorigin .
|
IVideo |
IVideo.withDimBackground(boolean dimBackground) |
Returns a copy of this immutable component with the specified
dimBackground .
|
IVideo |
IVideo.withLoop(boolean loop) |
Returns a copy of this immutable component with the specified
loop .
|
IVideo |
IVideo.withMuted(boolean muted) |
Returns a copy of this immutable component with the specified
volume .
|
IVideo |
IVideo.withPlaybackRate(double playbackRate) |
Returns a copy of this immutable component with the specified
playbackRate .
|
IVideo |
IVideo.withPlaysinline(boolean playsinline) |
Returns a copy of this immutable component with the specified
playsinline .
|
IVideo |
IVideo.withPoster(java.lang.String poster) |
Returns a copy of this immutable component with the specified
poster .
|
IVideo |
IVideo.withPreload(java.lang.String preload) |
Returns a copy of this immutable component with the specified
preload .
|
IVideo |
IVideo.withSrc(java.lang.Iterable<java.lang.String> src) |
Returns a copy of this immutable component with the specified placeholder .
|
default IVideo |
IVideo.withSrc(java.lang.String src) |
Returns a copy of this immutable component with the specified placeholder .
|
IVideo |
IVideo.withVolume(double volume) |
Returns a copy of this immutable component with the specified
volume .
|