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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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: http://id3.org/id3v2.4.0-structure

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6061

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: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6061

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