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 theMediaPlayerwhose output is being handled by this view.Methods in javafx.scene.media that return types with arguments of type MediaPlayerModifier and TypeMethodDescriptionMediaView.mediaPlayerProperty()ThemediaPlayerwhose output will be handled by this view.Methods in javafx.scene.media with parameters of type MediaPlayerModifier and TypeMethodDescriptionvoidMediaView.setMediaPlayer(MediaPlayer value)Sets theMediaPlayerwhose output will be handled by this view.Constructors in javafx.scene.media with parameters of type MediaPlayerModifierConstructorDescriptionMediaView(MediaPlayer mediaPlayer)Creates aMediaViewinstance associated with the specifiedMediaPlayer.