Class: Aws::MediaLive::Types::HlsTimedMetadataScheduleActionSettings

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

Overview

Settings for the action to insert ID3 metadata (as a one-time action) in HLS output groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_3String

Enter a base64 string that contains one or more fully formed ID3 tags.See the ID3 specification: id3.org/id3v2.4.0-structure

Returns:

  • (String)


6418
6419
6420
6421
6422
# File 'lib/aws-sdk-medialive/types.rb', line 6418

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