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", "NONE"
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.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def audio_buffer_model @audio_buffer_model end |
#audio_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def audio_duration @audio_duration end |
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def audio_frames_per_pes @audio_frames_per_pes end |
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def audio_pids @audio_pids end |
#audio_pts_offset_delta ⇒ ::Integer
Returns the value of attribute audio_pts_offset_delta.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def audio_pts_offset_delta @audio_pts_offset_delta end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def bitrate @bitrate end |
#buffer_model ⇒ "MULTIPLEX", "NONE"
Returns the value of attribute buffer_model.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def buffer_model @buffer_model end |
#data_pts_control ⇒ "AUTO", "ALIGN_TO_VIDEO"
Returns the value of attribute data_pts_control.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def data_pts_control @data_pts_control end |
#dvb_nit_settings ⇒ Types::DvbNitSettings
Returns the value of attribute dvb_nit_settings.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def dvb_nit_settings @dvb_nit_settings end |
#dvb_sdt_settings ⇒ Types::DvbSdtSettings
Returns the value of attribute dvb_sdt_settings.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def dvb_sdt_settings @dvb_sdt_settings end |
#dvb_sub_pids ⇒ ::Array[::Integer]
Returns the value of attribute dvb_sub_pids.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def dvb_sub_pids @dvb_sub_pids end |
#dvb_tdt_settings ⇒ Types::DvbTdtSettings
Returns the value of attribute dvb_tdt_settings.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def dvb_tdt_settings @dvb_tdt_settings end |
#dvb_teletext_pid ⇒ ::Integer
Returns the value of attribute dvb_teletext_pid.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 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.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def ebp_audio_interval @ebp_audio_interval end |
#ebp_placement ⇒ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID"
Returns the value of attribute ebp_placement.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def ebp_placement @ebp_placement end |
#es_rate_in_pes ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute es_rate_in_pes.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 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.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def force_ts_video_ebp_order @force_ts_video_ebp_order end |
#fragment_time ⇒ ::Float
Returns the value of attribute fragment_time.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def fragment_time @fragment_time end |
#klv_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute klv_metadata.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def @klv_metadata end |
#max_pcr_interval ⇒ ::Integer
Returns the value of attribute max_pcr_interval.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def max_pcr_interval @max_pcr_interval end |
#min_ebp_interval ⇒ ::Integer
Returns the value of attribute min_ebp_interval.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def min_ebp_interval @min_ebp_interval end |
#nielsen_id_3 ⇒ "INSERT", "NONE"
Returns the value of attribute nielsen_id_3.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def nielsen_id_3 @nielsen_id_3 end |
#null_packet_bitrate ⇒ ::Float
Returns the value of attribute null_packet_bitrate.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def null_packet_bitrate @null_packet_bitrate end |
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def pat_interval @pat_interval end |
#pcr_control ⇒ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD"
Returns the value of attribute pcr_control.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def pcr_control @pcr_control end |
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def pcr_pid @pcr_pid end |
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def pmt_interval @pmt_interval end |
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def pmt_pid @pmt_pid end |
#prevent_buffer_underflow ⇒ "DISABLED", "ENABLED"
Returns the value of attribute prevent_buffer_underflow.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def prevent_buffer_underflow @prevent_buffer_underflow end |
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def @private_metadata_pid end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def program_number @program_number end |
#pts_offset ⇒ ::Integer
Returns the value of attribute pts_offset.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def pts_offset @pts_offset end |
#pts_offset_mode ⇒ "AUTO", ...
Returns the value of attribute pts_offset_mode.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def pts_offset_mode @pts_offset_mode end |
#rate_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_mode.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def rate_mode @rate_mode end |
#scte_35_esam ⇒ Types::M2tsScte35Esam
Returns the value of attribute scte_35_esam.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def scte_35_esam @scte_35_esam end |
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def scte_35_pid @scte_35_pid end |
#scte_35_source ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute scte_35_source.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def scte_35_source @scte_35_source end |
#segmentation_markers ⇒ "NONE", ...
Returns the value of attribute segmentation_markers.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def segmentation_markers @segmentation_markers end |
#segmentation_style ⇒ "MAINTAIN_CADENCE", "RESET_CADENCE"
Returns the value of attribute segmentation_style.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def segmentation_style @segmentation_style end |
#segmentation_time ⇒ ::Float
Returns the value of attribute segmentation_time.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def segmentation_time @segmentation_time end |
#timed_metadata_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def @timed_metadata_pid end |
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def transport_stream_id @transport_stream_id end |
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def video_pid @video_pid end |