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 | Class and Description |
---|---|
class |
AudioTrack
A
Track that describes an audio track. |
class |
VideoTrack
A
Track that describes a video track. |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<? extends Track> |
MediaBuilder.tracks |
private ObservableList<Track> |
Media.tracks
An
ObservableList of tracks contained in this media object. |
private ObservableList<Track> |
Media.tracksBacking |
Modifier and Type | Method and Description |
---|---|
ObservableList<Track> |
Media.getTracks()
Retrieve the tracks contained in this media source.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to