Class: Aws::Types::M3u8Settings
- Inherits:
-
Object
- Object
- Aws::Types::M3u8Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
-
#audio_pids ⇒ ::String
Returns the value of attribute audio_pids.
-
#ecm_pid ⇒ ::String
Returns the value of attribute ecm_pid.
-
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
-
#klv_data_pids ⇒ ::String
Returns the value of attribute klv_data_pids.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
-
#pcr_control ⇒ "CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"
Returns the value of attribute pcr_control.
-
#pcr_period ⇒ ::Integer
Returns the value of attribute pcr_period.
-
#pcr_pid ⇒ ::String
Returns the value of attribute pcr_pid.
-
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
-
#pmt_pid ⇒ ::String
Returns the value of attribute pmt_pid.
-
#program_num ⇒ ::Integer
Returns the value of attribute program_num.
-
#scte_35_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute scte_35_behavior.
-
#scte_35_pid ⇒ ::String
Returns the value of attribute scte_35_pid.
-
#timed_metadata_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute timed_metadata_behavior.
-
#timed_metadata_pid ⇒ ::String
Returns the value of attribute timed_metadata_pid.
-
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
-
#video_pid ⇒ ::String
Returns the value of attribute video_pid.
Instance Attribute Details
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def audio_frames_per_pes @audio_frames_per_pes end |
#audio_pids ⇒ ::String
Returns the value of attribute audio_pids.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def audio_pids @audio_pids end |
#ecm_pid ⇒ ::String
Returns the value of attribute ecm_pid.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def ecm_pid @ecm_pid end |
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def klv_behavior @klv_behavior end |
#klv_data_pids ⇒ ::String
Returns the value of attribute klv_data_pids.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def klv_data_pids @klv_data_pids end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def pat_interval @pat_interval end |
#pcr_control ⇒ "CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"
Returns the value of attribute pcr_control.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def pcr_control @pcr_control end |
#pcr_period ⇒ ::Integer
Returns the value of attribute pcr_period.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def pcr_period @pcr_period end |
#pcr_pid ⇒ ::String
Returns the value of attribute pcr_pid.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def pcr_pid @pcr_pid end |
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def pmt_interval @pmt_interval end |
#pmt_pid ⇒ ::String
Returns the value of attribute pmt_pid.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def pmt_pid @pmt_pid end |
#program_num ⇒ ::Integer
Returns the value of attribute program_num.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def program_num @program_num end |
#scte_35_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute scte_35_behavior.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def scte_35_behavior @scte_35_behavior end |
#scte_35_pid ⇒ ::String
Returns the value of attribute scte_35_pid.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def scte_35_pid @scte_35_pid end |
#timed_metadata_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute timed_metadata_behavior.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def @timed_metadata_behavior end |
#timed_metadata_pid ⇒ ::String
Returns the value of attribute timed_metadata_pid.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def @timed_metadata_pid end |
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def transport_stream_id @transport_stream_id end |
#video_pid ⇒ ::String
Returns the value of attribute video_pid.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def video_pid @video_pid end |