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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MediaStream
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val avg_frame_rate: String
- val bit_rate: Long
- val bits_per_raw_sample: Int
- val bits_per_sample: Int
- val channel_layout: String
- val channels: Int
- val chroma_location: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val codec_long_name: String
- val codec_name: String
- val codec_tag: String
- val codec_tag_string: String
- val codec_time_base: Option[String]
- val codec_type: String
- val coded_height: Int
- val coded_width: Int
- val display_aspect_ratio: String
- val duration: BigDecimal
- val duration_ts: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val field_order: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val has_b_frames: Int
- val height: Int
- val index: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val is_avc: Boolean
- val level: Int
- val nal_length_size: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pix_fmt: String
- val profile: String
- val r_frame_rate: String
- val refs: Int
- val sample_aspect_ratio: String
- val sample_fmt: String
- val sample_rate: Long
- val start_time: BigDecimal
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val time_base: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val width: Int
Deprecated Value Members
-
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.