BaseUrl
@UnstableApi
class BaseUrl
A base URL, as defined by ISO 23009-1, 2nd edition, 5.6. and ETSI TS 103 285 V1.2.1, 10.8.2.1
Summary
Constants |
|
---|---|
const Int |
The default priority. |
const Int |
DEFAULT_WEIGHT = 1 The default weight. |
const Int |
PRIORITY_UNSET = -2147483648 Constant representing an unset priority in a manifest that does not declare a DVB profile. |
Public constructors |
---|
Creates an instance with |
Creates an instance. |
Constants
PRIORITY_UNSET
const val PRIORITY_UNSET = -2147483648: Int
Constant representing an unset priority in a manifest that does not declare a DVB profile.
Public constructors
BaseUrl
BaseUrl(url: String!)
Creates an instance with an unset priority
, default weight
and using the URL as the service location.