Media

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

Value members

Constructors

def this(source: String)

Constructs a Media instance.

Constructs a Media instance.

Concrete methods

The duration in seconds of the source media.

The duration in seconds of the source media.

def error: ReadOnlyObjectProperty[MediaException]

A property set to a MediaException value when an error occurs.

A property set to a MediaException value when an error occurs.

The height in pixels of the source media.

The height in pixels of the source media.

def markers: ObservableMap[String, Duration]

Retrieve the markers defined on this Media instance.

Retrieve the markers defined on this Media instance.

def metadata: ObservableMap[String, AnyRef]

Retrieve the metadata contained in this media source.

Retrieve the metadata contained in this media source.

def onError: ObjectProperty[Runnable]

Event handler called when an error occurs.

Event handler called when an error occurs.

def onError_=(v: Runnable): Unit
def onError_=(op: => Unit): Unit
def source: String

Retrieve the source URI of the media.

Retrieve the source URI of the media.

Retrieve the tracks contained in this media source.

Retrieve the tracks contained in this media source.

The width in pixels of the source media.

The width in pixels of the source media.

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