MetadataStream

@Serializable
data class MetadataStream(    val width: Int? = null,     val height: Int? = null,     val codec_type: String? = null,     val codec_name: String? = null,     val pix_fmt: String? = null,     val bit_rate: Int? = null,     val nb_frames: Int? = null,     val sample_rate: Int? = null,     val channels: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(    width: Int? = null,     height: Int? = null,     codec_type: String? = null,     codec_name: String? = null,     pix_fmt: String? = null,     bit_rate: Int? = null,     nb_frames: Int? = null,     sample_rate: Int? = null,     channels: Int? = null)

Properties

Link copied to clipboard
val bit_rate: Int? = null
Link copied to clipboard
val channels: Int? = null
Link copied to clipboard
val codec_name: String? = null
Link copied to clipboard
val codec_type: String? = null
Link copied to clipboard
val height: Int? = null
Link copied to clipboard
val nb_frames: Int? = null
Link copied to clipboard
val pix_fmt: String? = null
Link copied to clipboard
val sample_rate: Int? = null
Link copied to clipboard
val width: Int? = null