Uses of Class
javafx.scene.media.MediaPlayer
Packages that use MediaPlayer
Package
Description
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 MediaPlayerModifier and TypeMethodDescriptionMediaView.getMediaPlayer()
Retrieves theMediaPlayer
whose output is being handled by this view.Methods in javafx.scene.media that return types with arguments of type MediaPlayerModifier and TypeMethodDescriptionMediaView.mediaPlayerProperty()
ThemediaPlayer
whose output will be handled by this view.Methods in javafx.scene.media with parameters of type MediaPlayerModifier and TypeMethodDescriptionvoid
MediaView.setMediaPlayer(MediaPlayer value)
Sets theMediaPlayer
whose output will be handled by this view.Constructors in javafx.scene.media with parameters of type MediaPlayerModifierConstructorDescriptionMediaView(MediaPlayer mediaPlayer)
Creates aMediaView
instance associated with the specifiedMediaPlayer
.