Track

abstract class Track(val delegate: Track) extends SFXDelegate[Track]
Companion
object
trait SFXDelegate[Track]
class Object
trait Matchable
class Any

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.

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

Retrieves the name of the track.

Retrieves the name of the track.

def trackID: Long

Gets the trackID as defined by the media container format.

Gets the trackID as defined by the media container format.

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

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: Track