MetadataFormat

@Serializable
data class MetadataFormat(val filename: String? = null, val size: Int? = null, val start_time: Double? = null, val duration: Double? = null, val bit_rate: Int? = null, val nb_streams: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(filename: String? = null, size: Int? = null, start_time: Double? = null, duration: Double? = null, bit_rate: Int? = null, nb_streams: Int? = null)

Properties

Link copied to clipboard
val bit_rate: Int? = null
Link copied to clipboard
val duration: Double? = null
Link copied to clipboard
val filename: String? = null
Link copied to clipboard
val nb_streams: Int? = null
Link copied to clipboard
val size: Int? = null
Link copied to clipboard
val start_time: Double? = null