AudioTrack

scalafx.scene.media.AudioTrack
See theAudioTrack companion object
class AudioTrack(val delegate: AudioTrack) extends Track, SFXDelegate[AudioTrack]

Attributes

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

Members list

Value members

Deprecated methods

def language: Locale

Retrieves the language of the audio track.

Retrieves the language of the audio track.

Attributes

Deprecated
true

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
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

Inherited from:
Track
def metadata: Map[String, AnyRef]

Attributes

Inherited from:
Track
def name: String

Retrieves the name of the track.

Retrieves the name of the track.

Attributes

Inherited from:
Track
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
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 from:
Track

Concrete fields

override val delegate: AudioTrack

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes