package info
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AudioInfo(codec: String = null, bitRate: Long = 0L, channels: Int, channelLayout: Option[String], tags: Tags) extends Product with Serializable
- case class MediaFormat(filename: String, start_time: Double = 0.0, 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]) extends Product with Serializable
- case class MediaInfo(streams: List[MediaStream], format: MediaFormat) extends Product with Serializable
- case class MediaStream(index: Int, codec_name: String, codec_long_name: String, profile: String = "", codec_type: String, codec_time_base: Option[String], codec_tag_string: String, codec_tag: String, width: Int = 0, height: Int = 0, coded_width: Int = 0, coded_height: Int = 0, has_b_frames: Int = 0, sample_fmt: String = "", sample_rate: Long = 0L, channels: Int = 0, channel_layout: String = "", sample_aspect_ratio: String = "", display_aspect_ratio: String = "", pix_fmt: String = "", level: Int = 0, chroma_location: String = "", field_order: String = "", refs: Int = 0, is_avc: Boolean = false, nal_length_size: Int = 0, r_frame_rate: String, avg_frame_rate: String, time_base: String, duration_ts: Long = 0L, duration: BigDecimal = BigDecimal(0), start_time: BigDecimal = BigDecimal(0), bit_rate: Long = 0L, bits_per_sample: Int = 0, bits_per_raw_sample: Int = 0) extends Product with Serializable
- case class Tags(map: Map[String, String]) extends Product with Serializable
- case class VideoInfo(codec: String, width: Int, height: Int, fps: Double, tags: Tags) extends Size with Product with Serializable