StreamPlayback

data class StreamPlayback(val dash: String? = null, val hls: String? = null)

Constructors

Link copied to clipboard
constructor(dash: String? = null, hls: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dash: String? = null

DASH Media Presentation Description for the video.

Link copied to clipboard
val hls: String? = null

The HLS manifest for the video.