PublishedTrackInfo
data class PublishedTrackInfo(@Json(name = "codec_mime_type") val codecMimeType: String? = null, @Json(name = "duration_seconds") val durationSeconds: Int? = null, @Json(name = "track_type") val trackType: String? = null)
Parameters
codecMimeType
durationSeconds
trackType