Class: Aws::MediaLive::Types::M3u8Settings

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

Overview

Settings information for the .m3u8 container

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_frames_per_pesInteger

The number of audio frames to insert for each PES packet.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#audio_pidsString

Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#ecm_pidString

This parameter is unused and deprecated.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#klv_behaviorString

If set to passthrough, passes any KLV data from the input source to this output.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#klv_data_pidsString

Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#nielsen_id_3_behaviorString

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pat_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pcr_controlString

When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pcr_periodInteger

Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pcr_pidString

Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pmt_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#pmt_pidString

Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#program_numInteger

The value of the program number field in the Program Map Table.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#scte_35_behaviorString

If set to passthrough, passes any SCTE-35 signals from the input source to this output.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#scte_35_pidString

Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#timed_metadata_behaviorString

When set to passthrough, timed metadata is passed through from input to output.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#timed_metadata_pidString

Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#transport_stream_idInteger

The value of the transport stream ID field in the Program Map Table.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end

#video_pidString

Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
# File 'lib/aws-sdk-medialive/types.rb', line 8452

class M3u8Settings < Struct.new(
  :audio_frames_per_pes,
  :audio_pids,
  :ecm_pid,
  :nielsen_id_3_behavior,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :scte_35_behavior,
  :scte_35_pid,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid,
  :klv_behavior,
  :klv_data_pids)
  SENSITIVE = []
  include Aws::Structure
end