Packages

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaStream
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val avg_frame_rate: String
  6. val bit_rate: Long
  7. val bits_per_raw_sample: Int
  8. val bits_per_sample: Int
  9. val channel_layout: String
  10. val channels: Int
  11. val chroma_location: String
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. val codec_long_name: String
  14. val codec_name: String
  15. val codec_tag: String
  16. val codec_tag_string: String
  17. val codec_time_base: Option[String]
  18. val codec_type: String
  19. val coded_height: Int
  20. val coded_width: Int
  21. val display_aspect_ratio: String
  22. val duration: BigDecimal
  23. val duration_ts: Long
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val field_order: String
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val has_b_frames: Int
  28. val height: Int
  29. val index: Int
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val is_avc: Boolean
  32. val level: Int
  33. val nal_length_size: Int
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val pix_fmt: String
  38. val profile: String
  39. val r_frame_rate: String
  40. val refs: Int
  41. val sample_aspect_ratio: String
  42. val sample_fmt: String
  43. val sample_rate: Long
  44. val start_time: BigDecimal
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. val time_base: String
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val width: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped