Interface HlsConfiguration.Builder

  • Method Details

    • manifestEndpointPrefix

      HlsConfiguration.Builder manifestEndpointPrefix(String manifestEndpointPrefix)

      The URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.

      Parameters:
      manifestEndpointPrefix - The URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dualStackManifestEndpointPrefix

      HlsConfiguration.Builder dualStackManifestEndpointPrefix(String dualStackManifestEndpointPrefix)

      The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.

      Parameters:
      dualStackManifestEndpointPrefix - The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.