Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Method and Description |
---|---|
MediaPlayerBuilder |
MediaPlayerBuilder.audioSpectrumInterval(double x)
Set the value of the
audioSpectrumInterval property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.audioSpectrumListener(AudioSpectrumListener x)
Set the value of the
audioSpectrumListener property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.audioSpectrumNumBands(int x)
Set the value of the
audioSpectrumNumBands property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.audioSpectrumThreshold(int x)
Set the value of the
audioSpectrumThreshold property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.autoPlay(boolean x)
Set the value of the
autoPlay property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.balance(double x)
Set the value of the
balance property for the instance constructed by this builder. |
static MediaPlayerBuilder |
MediaPlayerBuilder.create()
Creates a new instance of MediaPlayerBuilder.
|
MediaPlayerBuilder |
MediaPlayerBuilder.cycleCount(int x)
Set the value of the
cycleCount property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.media(Media x)
Set the value of the
media property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.mute(boolean x)
Set the value of the
mute property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onEndOfMedia(java.lang.Runnable x)
Set the value of the
onEndOfMedia property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onError(java.lang.Runnable x)
Set the value of the
onError property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onHalted(java.lang.Runnable x)
Set the value of the
onHalted property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onMarker(EventHandler<MediaMarkerEvent> x)
Set the value of the
onMarker property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onPaused(java.lang.Runnable x)
Set the value of the
onPaused property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onPlaying(java.lang.Runnable x)
Set the value of the
onPlaying property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onReady(java.lang.Runnable x)
Set the value of the
onReady property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onRepeat(java.lang.Runnable x)
Set the value of the
onRepeat property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onStalled(java.lang.Runnable x)
Set the value of the
onStalled property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.onStopped(java.lang.Runnable x)
Set the value of the
onStopped property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.rate(double x)
Set the value of the
rate property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.startTime(Duration x)
Set the value of the
startTime property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.stopTime(Duration x)
Set the value of the
stopTime property for the instance constructed by this builder. |
MediaPlayerBuilder |
MediaPlayerBuilder.volume(double x)
Set the value of the
volume property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to