DashBaseUrl

The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.

Link copied to clipboard

For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.

Link copied to clipboard

The name of the source location.

Link copied to clipboard
val url: String

A source location for segments.

Functions

Link copied to clipboard
inline fun copy(block: DashBaseUrl.Builder.() -> Unit = {}): DashBaseUrl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String