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 |
---|---|
static MediaBuilder |
MediaBuilder.create()
Creates a new instance of MediaBuilder.
|
MediaBuilder |
MediaBuilder.onError(java.lang.Runnable x)
Set the value of the
onError property for the instance constructed by this builder. |
MediaBuilder |
MediaBuilder.source(java.lang.String x)
Set the value of the
source property for the instance constructed by this builder. |
MediaBuilder |
MediaBuilder.tracks(java.util.Collection<? extends Track> x)
Add the given items to the List of items in the
tracks property for the instance constructed by this builder. |
MediaBuilder |
MediaBuilder.tracks(Track... x)
Add the given items to the List of items in the
tracks property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to