Interface HlsId3SegmentTaggingScheduleActionSettings.Builder

    • Method Detail

      • tag

        HlsId3SegmentTaggingScheduleActionSettings.Builder tag​(String tag)
        ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html
        Parameters:
        tag - ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id3

        HlsId3SegmentTaggingScheduleActionSettings.Builder id3​(String id3)
        Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure
        Parameters:
        id3 - Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure
        Returns:
        Returns a reference to this object so that method calls can be chained together.