Class: Aws::Types::M2tsSettings
- Inherits:
-
Object
- Object
- Aws::Types::M2tsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absent_input_audio_behavior ⇒ "DROP", "ENCODE_SILENCE"
Returns the value of attribute absent_input_audio_behavior.
-
#arib ⇒ "DISABLED", "ENABLED"
Returns the value of attribute arib.
-
#arib_captions_pid ⇒ ::String
Returns the value of attribute arib_captions_pid.
-
#arib_captions_pid_control ⇒ "AUTO", "USE_CONFIGURED"
Returns the value of attribute arib_captions_pid_control.
-
#audio_buffer_model ⇒ "ATSC", "DVB"
Returns the value of attribute audio_buffer_model.
-
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
-
#audio_pids ⇒ ::String
Returns the value of attribute audio_pids.
-
#audio_stream_type ⇒ "ATSC", "DVB"
Returns the value of attribute audio_stream_type.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#buffer_model ⇒ "MULTIPLEX", "NONE"
Returns the value of attribute buffer_model.
-
#cc_descriptor ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cc_descriptor.
-
#dvb_nit_settings ⇒ Types::DvbNitSettings
Returns the value of attribute dvb_nit_settings.
-
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Returns the value of attribute dvb_sdt_settings.
-
#dvb_sub_pids ⇒ ::String
Returns the value of attribute dvb_sub_pids.
-
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Returns the value of attribute dvb_tdt_settings.
-
#dvb_teletext_pid ⇒ ::String
Returns the value of attribute dvb_teletext_pid.
-
#ebif ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute ebif.
-
#ebp_audio_interval ⇒ "VIDEO_AND_FIXED_INTERVALS", "VIDEO_INTERVAL"
Returns the value of attribute ebp_audio_interval.
-
#ebp_lookahead_ms ⇒ ::Integer
Returns the value of attribute ebp_lookahead_ms.
-
#ebp_placement ⇒ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID"
Returns the value of attribute ebp_placement.
-
#ecm_pid ⇒ ::String
Returns the value of attribute ecm_pid.
-
#es_rate_in_pes ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute es_rate_in_pes.
-
#etv_platform_pid ⇒ ::String
Returns the value of attribute etv_platform_pid.
-
#etv_signal_pid ⇒ ::String
Returns the value of attribute etv_signal_pid.
-
#fragment_time ⇒ ::Float
Returns the value of attribute fragment_time.
-
#klv ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute klv.
-
#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.
-
#null_packet_bitrate ⇒ ::Float
Returns the value of attribute null_packet_bitrate.
-
#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.
-
#rate_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_mode.
-
#scte_27_pids ⇒ ::String
Returns the value of attribute scte_27_pids.
-
#scte_35_control ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute scte_35_control.
-
#scte_35_pid ⇒ ::String
Returns the value of attribute scte_35_pid.
-
#scte_35_preroll_pullup_milliseconds ⇒ ::Float
Returns the value of attribute scte_35_preroll_pullup_milliseconds.
-
#segmentation_markers ⇒ "EBP", ...
Returns the value of attribute segmentation_markers.
-
#segmentation_style ⇒ "MAINTAIN_CADENCE", "RESET_CADENCE"
Returns the value of attribute segmentation_style.
-
#segmentation_time ⇒ ::Float
Returns the value of attribute segmentation_time.
-
#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
#absent_input_audio_behavior ⇒ "DROP", "ENCODE_SILENCE"
Returns the value of attribute absent_input_audio_behavior.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def absent_input_audio_behavior @absent_input_audio_behavior end |
#arib ⇒ "DISABLED", "ENABLED"
Returns the value of attribute arib.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def arib @arib end |
#arib_captions_pid ⇒ ::String
Returns the value of attribute arib_captions_pid.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def arib_captions_pid @arib_captions_pid end |
#arib_captions_pid_control ⇒ "AUTO", "USE_CONFIGURED"
Returns the value of attribute arib_captions_pid_control.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def arib_captions_pid_control @arib_captions_pid_control end |
#audio_buffer_model ⇒ "ATSC", "DVB"
Returns the value of attribute audio_buffer_model.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def audio_buffer_model @audio_buffer_model end |
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def audio_frames_per_pes @audio_frames_per_pes end |
#audio_pids ⇒ ::String
Returns the value of attribute audio_pids.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def audio_pids @audio_pids end |
#audio_stream_type ⇒ "ATSC", "DVB"
Returns the value of attribute audio_stream_type.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def audio_stream_type @audio_stream_type end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def bitrate @bitrate end |
#buffer_model ⇒ "MULTIPLEX", "NONE"
Returns the value of attribute buffer_model.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def buffer_model @buffer_model end |
#cc_descriptor ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cc_descriptor.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def cc_descriptor @cc_descriptor end |
#dvb_nit_settings ⇒ Types::DvbNitSettings
Returns the value of attribute dvb_nit_settings.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def dvb_nit_settings @dvb_nit_settings end |
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Returns the value of attribute dvb_sdt_settings.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def dvb_sdt_settings @dvb_sdt_settings end |
#dvb_sub_pids ⇒ ::String
Returns the value of attribute dvb_sub_pids.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def dvb_sub_pids @dvb_sub_pids end |
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Returns the value of attribute dvb_tdt_settings.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def dvb_tdt_settings @dvb_tdt_settings end |
#dvb_teletext_pid ⇒ ::String
Returns the value of attribute dvb_teletext_pid.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def dvb_teletext_pid @dvb_teletext_pid end |
#ebif ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute ebif.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def ebif @ebif end |
#ebp_audio_interval ⇒ "VIDEO_AND_FIXED_INTERVALS", "VIDEO_INTERVAL"
Returns the value of attribute ebp_audio_interval.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def ebp_audio_interval @ebp_audio_interval end |
#ebp_lookahead_ms ⇒ ::Integer
Returns the value of attribute ebp_lookahead_ms.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def ebp_lookahead_ms @ebp_lookahead_ms end |
#ebp_placement ⇒ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID"
Returns the value of attribute ebp_placement.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def ebp_placement @ebp_placement end |
#ecm_pid ⇒ ::String
Returns the value of attribute ecm_pid.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def ecm_pid @ecm_pid end |
#es_rate_in_pes ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute es_rate_in_pes.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def es_rate_in_pes @es_rate_in_pes end |
#etv_platform_pid ⇒ ::String
Returns the value of attribute etv_platform_pid.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def etv_platform_pid @etv_platform_pid end |
#etv_signal_pid ⇒ ::String
Returns the value of attribute etv_signal_pid.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def etv_signal_pid @etv_signal_pid end |
#fragment_time ⇒ ::Float
Returns the value of attribute fragment_time.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def fragment_time @fragment_time end |
#klv ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute klv.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def klv @klv end |
#klv_data_pids ⇒ ::String
Returns the value of attribute klv_data_pids.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def klv_data_pids @klv_data_pids end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#null_packet_bitrate ⇒ ::Float
Returns the value of attribute null_packet_bitrate.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def null_packet_bitrate @null_packet_bitrate end |
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def pat_interval @pat_interval end |
#pcr_control ⇒ "CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"
Returns the value of attribute pcr_control.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def pcr_control @pcr_control end |
#pcr_period ⇒ ::Integer
Returns the value of attribute pcr_period.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def pcr_period @pcr_period end |
#pcr_pid ⇒ ::String
Returns the value of attribute pcr_pid.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def pcr_pid @pcr_pid end |
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def pmt_interval @pmt_interval end |
#pmt_pid ⇒ ::String
Returns the value of attribute pmt_pid.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def pmt_pid @pmt_pid end |
#program_num ⇒ ::Integer
Returns the value of attribute program_num.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def program_num @program_num end |
#rate_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_mode.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def rate_mode @rate_mode end |
#scte_27_pids ⇒ ::String
Returns the value of attribute scte_27_pids.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def scte_27_pids @scte_27_pids end |
#scte_35_control ⇒ "NONE", "PASSTHROUGH"
Returns the value of attribute scte_35_control.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def scte_35_control @scte_35_control end |
#scte_35_pid ⇒ ::String
Returns the value of attribute scte_35_pid.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def scte_35_pid @scte_35_pid end |
#scte_35_preroll_pullup_milliseconds ⇒ ::Float
Returns the value of attribute scte_35_preroll_pullup_milliseconds.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def scte_35_preroll_pullup_milliseconds @scte_35_preroll_pullup_milliseconds end |
#segmentation_markers ⇒ "EBP", ...
Returns the value of attribute segmentation_markers.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def segmentation_markers @segmentation_markers end |
#segmentation_style ⇒ "MAINTAIN_CADENCE", "RESET_CADENCE"
Returns the value of attribute segmentation_style.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def segmentation_style @segmentation_style end |
#segmentation_time ⇒ ::Float
Returns the value of attribute segmentation_time.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def segmentation_time @segmentation_time end |
#timed_metadata_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute timed_metadata_behavior.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def @timed_metadata_behavior end |
#timed_metadata_pid ⇒ ::String
Returns the value of attribute timed_metadata_pid.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def @timed_metadata_pid end |
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def transport_stream_id @transport_stream_id end |
#video_pid ⇒ ::String
Returns the value of attribute video_pid.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def video_pid @video_pid end |