You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::HlsId3SegmentTaggingScheduleActionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HlsId3SegmentTaggingScheduleActionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  tag: "__string", # required
}

Settings for the action to insert a user-defined ID3 tag in each HLS segment

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tagString

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:

  • (String)

    ID3 tag to insert into each segment.