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 | Field and Description |
---|---|
private Media |
MediaPlayerBuilder.media |
private Media |
MediaPlayer.media
The parent
Media object; read-only. |
Modifier and Type | Method and Description |
---|---|
Media |
MediaBuilder.build()
Make an instance of
Media based on the properties set on this builder. |
Media |
MediaPlayer.getMedia()
Retrieves the
Media instance being played. |
Modifier and Type | Method and Description |
---|---|
void |
MediaBuilder.applyTo(Media x) |
MediaPlayerBuilder |
MediaPlayerBuilder.media(Media x)
Set the value of the
media property for the instance constructed by this builder. |
Constructor and Description |
---|
MediaPlayer(Media media)
Create a player for a specific media.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to