StreamingPathResponse

data class StreamingPathResponse(val encryptionScheme: String, val paths: List<String>? = null, val streamingProtocol: String)

Class of paths for streaming

Constructors

Link copied to clipboard
constructor(encryptionScheme: String, paths: List<String>? = null, streamingProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption scheme

Link copied to clipboard
val paths: List<String>? = null

Streaming paths for each protocol and encryptionScheme pair

Link copied to clipboard

Streaming protocol