MediaFormat

org.matthicks.media4s.video.info.MediaFormat
See theMediaFormat companion object
case class MediaFormat(filename: String, start_time: Double, nb_streams: Int, nb_programs: Int, format_name: String, format_long_name: String, duration: BigDecimal, size: Long, bit_rate: Long, probe_score: Int, tags: Map[String, String])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product