VideoTrack

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

Value members

Concrete methods

def height: Int

Retrieves the height of the track.

Retrieves the height of the track.

def width: Int

Retrieves the width of the track.

Retrieves the width of the track.

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

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

Retrieves the name of the track.

Retrieves the name of the track.

Inherited from
Track
override def toString: String
Returns

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

Definition Classes
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.

Inherited from
Track

Concrete fields

override val delegate: VideoTrack