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

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

Overview

Settings for the action to emit HLS metadata

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)


6196
6197
6198
6199
6200
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6196

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