HlsMultivariantPlaylist.ContentSteeringInfo


public final class HlsMultivariantPlaylist.ContentSteeringInfo


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

Summary

Public fields

final @Nullable 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.

final Uri

A URI to a Steering Manifest.

Public constructors

ContentSteeringInfo(Uri serverUri, @Nullable String pathwayId)

Creates a new instance.

Public fields

pathwayId

public final @Nullable String pathwayId

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

public final Uri serverUri

A URI to a Steering Manifest.

Public constructors

ContentSteeringInfo

public ContentSteeringInfo(Uri serverUri, @Nullable String pathwayId)

Creates a new instance.

Parameters
Uri serverUri

See serverUri.

@Nullable String pathwayId

See pathwayId.