Interface DashProgramInformation.Builder

  • Method Details

    • title

      The title for the manifest.

      Parameters:
      title - The title for the manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      Information about the content provider.

      Parameters:
      source - Information about the content provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • copyright

      DashProgramInformation.Builder copyright(String copyright)

      A copyright statement about the content.

      Parameters:
      copyright - A copyright statement about the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • languageCode

      DashProgramInformation.Builder languageCode(String languageCode)

      The language code for this manifest.

      Parameters:
      languageCode - The language code for this manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • moreInformationUrl

      DashProgramInformation.Builder moreInformationUrl(String moreInformationUrl)

      An absolute URL that contains more information about this content.

      Parameters:
      moreInformationUrl - An absolute URL that contains more information about this content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.