Interface HlsId3SegmentTaggingScheduleActionSettings.Builder

    • Method Detail

      • tag

        HlsId3SegmentTaggingScheduleActionSettings.Builder tag​(String tag)
        Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number.
        Parameters:
        tag - Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id3

        HlsId3SegmentTaggingScheduleActionSettings.Builder id3​(String id3)
        Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, according to the ID3 specification: http://id3.org/id3v2.4.0-structure
        Parameters:
        id3 - Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, 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.