VideoInfo

org.matthicks.media4s.video.info.VideoInfo
case class VideoInfo(codec: String, width: Int, height: Int, fps: Double, tags: Tags) extends Size

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Size
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Size
def cropToAspectRatio(aspectRatio: Double): Size

Attributes

Inherited from:
Size
def heightForWidth(width: Int): Int

Attributes

Inherited from:
Size
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scaleUp(width: Option[Int], height: Option[Int]): Size

Attributes

Inherited from:
Size
def widthForHeight(height: Int): Int

Attributes

Inherited from:
Size

Inherited fields

lazy val aspectRatio: Double

Attributes

Inherited from:
Size
lazy val pixels: Int

Attributes

Inherited from:
Size