Class: Aws::Types::M2tsSettings
- Inherits:
-
Object
- Object
- Aws::Types::M2tsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_buffer_model ⇒ "DVB", "ATSC"
Returns the value of attribute audio_buffer_model.
-
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
-
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
-
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
-
#audio_pts_offset_delta ⇒ ::Integer
Returns the value of attribute audio_pts_offset_delta.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#buffer_model ⇒ "MULTIPLEX", "NONE"
Returns the value of attribute buffer_model.
-
#data_pts_control ⇒ "AUTO", "ALIGN_TO_VIDEO"
Returns the value of attribute data_pts_control.
-
#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 ⇒ ::Array[::Integer]
Returns the value of attribute dvb_sub_pids.
-
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Returns the value of attribute dvb_tdt_settings.
-
#dvb_teletext_pid ⇒ ::Integer
Returns the value of attribute dvb_teletext_pid.
-
#ebp_audio_interval ⇒ "VIDEO_AND_FIXED_INTERVALS", "VIDEO_INTERVAL"
Returns the value of attribute ebp_audio_interval.
-
#ebp_placement ⇒ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID"
Returns the value of attribute ebp_placement.
-
#es_rate_in_pes ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute es_rate_in_pes.
-
#force_ts_video_ebp_order ⇒ "FORCE", "DEFAULT"
Returns the value of attribute force_ts_video_ebp_order.
-
#fragment_time ⇒ ::Float
Returns the value of attribute fragment_time.
-
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
-
#max_pcr_interval ⇒ ::Integer
Returns the value of attribute max_pcr_interval.
-
#min_ebp_interval ⇒ ::Integer
Returns the value of attribute min_ebp_interval.
-
#nielsen_id_3 ⇒ "INSERT", "NONE"
Returns the value of attribute nielsen_id_3.
-
#null_packet_bitrate ⇒ ::Float
Returns the value of attribute null_packet_bitrate.
-
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
-
#pcr_control ⇒ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD"
Returns the value of attribute pcr_control.
-
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
-
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
-
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
-
#prevent_buffer_underflow ⇒ "DISABLED", "ENABLED"
Returns the value of attribute prevent_buffer_underflow.
-
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
-
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
-
#pts_offset ⇒ ::Integer
Returns the value of attribute pts_offset.
-
#pts_offset_mode ⇒ "AUTO", ...
Returns the value of attribute pts_offset_mode.
-
#rate_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_mode.
-
#scte_35_esam ⇒ Types::M2tsScte35Esam
Returns the value of attribute scte_35_esam.
-
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
-
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
-
#segmentation_markers ⇒ "NONE", ...
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_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
-
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
-
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
Instance Attribute Details
#audio_buffer_model ⇒ "DVB", "ATSC"
Returns the value of attribute audio_buffer_model.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def audio_buffer_model @audio_buffer_model end |
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def audio_duration @audio_duration end |
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def audio_frames_per_pes @audio_frames_per_pes end |
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def audio_pids @audio_pids end |
#audio_pts_offset_delta ⇒ ::Integer
Returns the value of attribute audio_pts_offset_delta.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def audio_pts_offset_delta @audio_pts_offset_delta end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def bitrate @bitrate end |
#buffer_model ⇒ "MULTIPLEX", "NONE"
Returns the value of attribute buffer_model.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def buffer_model @buffer_model end |
#data_pts_control ⇒ "AUTO", "ALIGN_TO_VIDEO"
Returns the value of attribute data_pts_control.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def data_pts_control @data_pts_control end |
#dvb_nit_settings ⇒ Types::DvbNitSettings
Returns the value of attribute dvb_nit_settings.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def dvb_nit_settings @dvb_nit_settings end |
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Returns the value of attribute dvb_sdt_settings.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def dvb_sdt_settings @dvb_sdt_settings end |
#dvb_sub_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_sub_pids.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def dvb_sub_pids @dvb_sub_pids end |
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Returns the value of attribute dvb_tdt_settings.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def dvb_tdt_settings @dvb_tdt_settings end |
#dvb_teletext_pid ⇒ ::Integer
Returns the value of attribute dvb_teletext_pid.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def dvb_teletext_pid @dvb_teletext_pid end |
#ebp_audio_interval ⇒ "VIDEO_AND_FIXED_INTERVALS", "VIDEO_INTERVAL"
Returns the value of attribute ebp_audio_interval.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def ebp_audio_interval @ebp_audio_interval end |
#ebp_placement ⇒ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID"
Returns the value of attribute ebp_placement.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def ebp_placement @ebp_placement end |
#es_rate_in_pes ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute es_rate_in_pes.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def es_rate_in_pes @es_rate_in_pes end |
#force_ts_video_ebp_order ⇒ "FORCE", "DEFAULT"
Returns the value of attribute force_ts_video_ebp_order.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def force_ts_video_ebp_order @force_ts_video_ebp_order end |
#fragment_time ⇒ ::Float
Returns the value of attribute fragment_time.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def fragment_time @fragment_time end |
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def @klv_metadata end |
#max_pcr_interval ⇒ ::Integer
Returns the value of attribute max_pcr_interval.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def max_pcr_interval @max_pcr_interval end |
#min_ebp_interval ⇒ ::Integer
Returns the value of attribute min_ebp_interval.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def min_ebp_interval @min_ebp_interval end |
#nielsen_id_3 ⇒ "INSERT", "NONE"
Returns the value of attribute nielsen_id_3.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def nielsen_id_3 @nielsen_id_3 end |
#null_packet_bitrate ⇒ ::Float
Returns the value of attribute null_packet_bitrate.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def null_packet_bitrate @null_packet_bitrate end |
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def pat_interval @pat_interval end |
#pcr_control ⇒ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD"
Returns the value of attribute pcr_control.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def pcr_control @pcr_control end |
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def pcr_pid @pcr_pid end |
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def pmt_interval @pmt_interval end |
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def pmt_pid @pmt_pid end |
#prevent_buffer_underflow ⇒ "DISABLED", "ENABLED"
Returns the value of attribute prevent_buffer_underflow.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def prevent_buffer_underflow @prevent_buffer_underflow end |
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def @private_metadata_pid end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def program_number @program_number end |
#pts_offset ⇒ ::Integer
Returns the value of attribute pts_offset.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def pts_offset @pts_offset end |
#pts_offset_mode ⇒ "AUTO", ...
Returns the value of attribute pts_offset_mode.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def pts_offset_mode @pts_offset_mode end |
#rate_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_mode.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def rate_mode @rate_mode end |
#scte_35_esam ⇒ Types::M2tsScte35Esam
Returns the value of attribute scte_35_esam.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def scte_35_esam @scte_35_esam end |
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def scte_35_pid @scte_35_pid end |
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def scte_35_source @scte_35_source end |
#segmentation_markers ⇒ "NONE", ...
Returns the value of attribute segmentation_markers.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def segmentation_markers @segmentation_markers end |
#segmentation_style ⇒ "MAINTAIN_CADENCE", "RESET_CADENCE"
Returns the value of attribute segmentation_style.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def segmentation_style @segmentation_style end |
#segmentation_time ⇒ ::Float
Returns the value of attribute segmentation_time.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def segmentation_time @segmentation_time end |
#timed_metadata_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def @timed_metadata_pid end |
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def transport_stream_id @transport_stream_id end |
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def video_pid @video_pid end |