Track

scalafx.scene.media.Track
See theTrack companion object
abstract class Track(val delegate: Track) extends SFXDelegate[Track]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[Track]
class Object
trait Matchable
class Any
Known subtypes
class AudioTrack
class VideoTrack

Members list

Value members

Concrete methods

def locale: Locale

The Locale specifying the language and possibly the country that the Track contents are formatted for.

The Locale specifying the language and possibly the country that the Track contents are formatted for.

Attributes

def metadata: Map[String, AnyRef]
def name: String

Retrieves the name of the track.

Retrieves the name of the track.

Attributes

def trackID: Long

Gets the trackID as defined by the media container format.

Gets the trackID as defined by the media container format.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: Track

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes