Class: Aws::Types::MultiplexProgramPacketIdentifiersMap
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexProgramPacketIdentifiersMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arib_captions_pid ⇒ ::Integer
Returns the value of attribute arib_captions_pid.
-
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
-
#dvb_sub_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_sub_pids.
-
#dvb_teletext_pid ⇒ ::Integer
Returns the value of attribute dvb_teletext_pid.
-
#dvb_teletext_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_teletext_pids.
-
#ecm_pid ⇒ ::Integer
Returns the value of attribute ecm_pid.
-
#etv_platform_pid ⇒ ::Integer
Returns the value of attribute etv_platform_pid.
-
#etv_signal_pid ⇒ ::Integer
Returns the value of attribute etv_signal_pid.
-
#klv_data_pids ⇒ ::Array[::Integer]
Returns the value of attribute klv_data_pids.
-
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
-
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
-
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
-
#scte_27_pids ⇒ ::Array[::Integer]
Returns the value of attribute scte_27_pids.
-
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
-
#smpte_2038_pid ⇒ ::Integer
Returns the value of attribute smpte_2038_pid.
-
#timed_metadata_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
-
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
Instance Attribute Details
#arib_captions_pid ⇒ ::Integer
Returns the value of attribute arib_captions_pid.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def arib_captions_pid @arib_captions_pid end |
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def audio_pids @audio_pids end |
#dvb_sub_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_sub_pids.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def dvb_sub_pids @dvb_sub_pids end |
#dvb_teletext_pid ⇒ ::Integer
Returns the value of attribute dvb_teletext_pid.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def dvb_teletext_pid @dvb_teletext_pid end |
#dvb_teletext_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_teletext_pids.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def dvb_teletext_pids @dvb_teletext_pids end |
#ecm_pid ⇒ ::Integer
Returns the value of attribute ecm_pid.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def ecm_pid @ecm_pid end |
#etv_platform_pid ⇒ ::Integer
Returns the value of attribute etv_platform_pid.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def etv_platform_pid @etv_platform_pid end |
#etv_signal_pid ⇒ ::Integer
Returns the value of attribute etv_signal_pid.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def etv_signal_pid @etv_signal_pid end |
#klv_data_pids ⇒ ::Array[::Integer]
Returns the value of attribute klv_data_pids.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def klv_data_pids @klv_data_pids end |
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def pcr_pid @pcr_pid end |
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def pmt_pid @pmt_pid end |
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def @private_metadata_pid end |
#scte_27_pids ⇒ ::Array[::Integer]
Returns the value of attribute scte_27_pids.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def scte_27_pids @scte_27_pids end |
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def scte_35_pid @scte_35_pid end |
#smpte_2038_pid ⇒ ::Integer
Returns the value of attribute smpte_2038_pid.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def smpte_2038_pid @smpte_2038_pid end |
#timed_metadata_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def @timed_metadata_pid end |
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def video_pid @video_pid end |