Uses of Class
javafx.scene.media.MediaPlayer
Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
-
Uses of MediaPlayer in javafx.scene.media
Methods in javafx.scene.media that return MediaPlayer Modifier and Type Method Description MediaPlayer
MediaView. getMediaPlayer()
Retrieves theMediaPlayer
whose output is being handled by this view.Methods in javafx.scene.media that return types with arguments of type MediaPlayer Modifier and Type Method Description ObjectProperty<MediaPlayer>
MediaView. mediaPlayerProperty()
ThemediaPlayer
whose output will be handled by this view.Methods in javafx.scene.media with parameters of type MediaPlayer Modifier and Type Method Description void
MediaView. setMediaPlayer(MediaPlayer value)
Sets theMediaPlayer
whose output will be handled by this view.Constructors in javafx.scene.media with parameters of type MediaPlayer Constructor Description MediaView(MediaPlayer mediaPlayer)
Creates aMediaView
instance associated with the specifiedMediaPlayer
.