ChannelHlsIngest

data class ChannelHlsIngest(val ingestEndpoints: List<ChannelIngestEndpoint>? = null)

An HTTP Live Streaming (HLS) ingest resource configuration.

Constructors

Link copied to clipboard
constructor(ingestEndpoints: List<ChannelIngestEndpoint>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of endpoints to which the source stream should be sent.