VideoTrack

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

Attributes

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

Members list

Value members

Concrete methods

def height: Int

Retrieves the height of the track.

Retrieves the height of the track.

Attributes

def width: Int

Retrieves the width of the track.

Retrieves the width of the track.

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes