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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_3String

Base64 string formatted according to the ID3 specification: id3.org/id3v2.4.0-structure

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
# File 'lib/aws-sdk-medialive/types.rb', line 6018

class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
  :tag,
  :id_3)
  SENSITIVE = []
  include Aws::Structure
end

#tagString

ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html

Returns:

  • (String)


6018
6019
6020
6021
6022
6023
# File 'lib/aws-sdk-medialive/types.rb', line 6018

class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
  :tag,
  :id_3)
  SENSITIVE = []
  include Aws::Structure
end