Class: Aws::MediaLive::Types::M2tsSettings

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

Overview

M2ts Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#absent_input_audio_behaviorString

When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#aribString

When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#arib_captions_pidString

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

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#arib_captions_pid_controlString

If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#audio_buffer_modelString

When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#audio_frames_per_pesInteger

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

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#audio_stream_typeString

When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#bitrateInteger

The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#buffer_modelString

Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#cc_descriptorString

When set to enabled, generates captionServiceDescriptor in PMT.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#dvb_nit_settingsTypes::DvbNitSettings

Inserts DVB Network Information Table (NIT) at the specified table repetition interval.



8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#dvb_sdt_settingsTypes::DvbSdtSettings

Inserts DVB Service Description Table (SDT) at the specified table repetition interval.



8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#dvb_sub_pidsString

Packet Identifier (PID) for input source DVB Subtitle 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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#dvb_tdt_settingsTypes::DvbTdtSettings

Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.



8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#dvb_teletext_pidString

Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#ebifString

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

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#ebp_audio_intervalString

When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#ebp_lookahead_msInteger

When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#ebp_placementString

Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#ecm_pidString

This field is unused and deprecated.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#es_rate_in_pesString

Include or exclude the ES Rate field in the PES header.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#etv_platform_pidString

Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#etv_signal_pidString

Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#fragment_timeFloat

The length in seconds of each fragment. Only used with EBP markers.

Returns:

  • (Float)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#klvString

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

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#null_packet_bitrateFloat

Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.

Returns:

  • (Float)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#pat_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#pcr_periodInteger

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

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#pmt_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#program_numInteger

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

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#rate_modeString

When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#scte_27_pidsString

Packet Identifier (PID) for input source SCTE-27 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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#scte_35_controlString

Optionally pass SCTE-35 signals from the input source to this output.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#scte_35_preroll_pullup_millisecondsFloat

Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.

Returns:

  • (Float)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#segmentation_markersString

Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#segmentation_styleString

The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#segmentation_timeFloat

The length in seconds of each segment. Required unless markers is set to _none_.

Returns:

  • (Float)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#timed_metadata_behaviorString

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

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end

#transport_stream_idInteger

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

Returns:

  • (Integer)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)


8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8366

class M2tsSettings < Struct.new(
  :absent_input_audio_behavior,
  :arib,
  :arib_captions_pid,
  :arib_captions_pid_control,
  :audio_buffer_model,
  :audio_frames_per_pes,
  :audio_pids,
  :audio_stream_type,
  :bitrate,
  :buffer_model,
  :cc_descriptor,
  :dvb_nit_settings,
  :dvb_sdt_settings,
  :dvb_sub_pids,
  :dvb_tdt_settings,
  :dvb_teletext_pid,
  :ebif,
  :ebp_audio_interval,
  :ebp_lookahead_ms,
  :ebp_placement,
  :ecm_pid,
  :es_rate_in_pes,
  :etv_platform_pid,
  :etv_signal_pid,
  :fragment_time,
  :klv,
  :klv_data_pids,
  :nielsen_id_3_behavior,
  :null_packet_bitrate,
  :pat_interval,
  :pcr_control,
  :pcr_period,
  :pcr_pid,
  :pmt_interval,
  :pmt_pid,
  :program_num,
  :rate_mode,
  :scte_27_pids,
  :scte_35_control,
  :scte_35_pid,
  :scte_35_preroll_pullup_milliseconds,
  :segmentation_markers,
  :segmentation_style,
  :segmentation_time,
  :timed_metadata_behavior,
  :timed_metadata_pid,
  :transport_stream_id,
  :video_pid)
  SENSITIVE = []
  include Aws::Structure
end