data class Streams(val url: String?, val width: Int?, val height: Int?, val filesize: Long?, @Json(name = "stream_type")val streamType: String?, val bitrate: Int?, val video_codec: Int?, val audio_codec: Int?, val provider: String?)
Content copied to clipboard
A stream of video. Configuration for a piece of video content, over a stream.