HlsMultivariantPlaylist.ContentSteeringInfo


class HlsMultivariantPlaylist.ContentSteeringInfo


Content Steering information derived from an #EXT-X-CONTENT-STEERING tag.

Summary

Public constructors

ContentSteeringInfo(serverUri: Uri!, pathwayId: String?)

Creates a new instance.

Public properties

String?

The ID of a pathway that must be used until the initial Steering Manifest has been obtained, or null which suggests that any available pathway can be used until the initial Steering Manifest has been obtained.

Uri!

A URI to a Steering Manifest.

Public constructors

ContentSteeringInfo

ContentSteeringInfo(serverUri: Uri!, pathwayId: String?)

Creates a new instance.

Parameters
serverUri: Uri!

See serverUri.

pathwayId: String?

See pathwayId.

Public properties

pathwayId

val pathwayIdString?

The ID of a pathway that must be used until the initial Steering Manifest has been obtained, or null which suggests that any available pathway can be used until the initial Steering Manifest has been obtained.

serverUri

val serverUriUri!

A URI to a Steering Manifest.