Interface StandardHlsSettings.Builder

    • Method Detail

      • audioRenditionSets

        StandardHlsSettings.Builder audioRenditionSets​(String audioRenditionSets)
        List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
        Parameters:
        audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • m3u8Settings

        StandardHlsSettings.Builder m3u8Settings​(M3u8Settings m3u8Settings)
        Sets the value of the M3u8Settings property for this object.
        Parameters:
        m3u8Settings - The new value for the M3u8Settings property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.