Class: Aws::Types::M3u8Settings
- Inherits:
-
Object
- Object
- Aws::Types::M3u8Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#data_pts_control ⇒ "AUTO", "ALIGN_TO_VIDEO"
Returns the value of attribute data_pts_control.
-
#max_pcr_interval ⇒ ::Integer
Returns the value of attribute max_pcr_interval.
-
#nielsen_id_3 ⇒ "INSERT", "NONE"
Returns the value of attribute nielsen_id_3.
-
#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.
-
#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.
-
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
-
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
-
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
-
#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_duration ⇒ "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
Returns the value of attribute audio_duration.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def audio_duration @audio_duration end |
#audio_frames_per_pes ⇒ ::Integer
Returns the value of attribute audio_frames_per_pes.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def audio_frames_per_pes @audio_frames_per_pes end |
#audio_pids ⇒ ::Array[::Integer]
Returns the value of attribute audio_pids.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def audio_pids @audio_pids end |
#audio_pts_offset_delta ⇒ ::Integer
Returns the value of attribute audio_pts_offset_delta.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def audio_pts_offset_delta @audio_pts_offset_delta end |
#data_pts_control ⇒ "AUTO", "ALIGN_TO_VIDEO"
Returns the value of attribute data_pts_control.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def data_pts_control @data_pts_control end |
#max_pcr_interval ⇒ ::Integer
Returns the value of attribute max_pcr_interval.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def max_pcr_interval @max_pcr_interval end |
#nielsen_id_3 ⇒ "INSERT", "NONE"
Returns the value of attribute nielsen_id_3.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def nielsen_id_3 @nielsen_id_3 end |
#pat_interval ⇒ ::Integer
Returns the value of attribute pat_interval.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def pat_interval @pat_interval end |
#pcr_control ⇒ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD"
Returns the value of attribute pcr_control.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def pcr_control @pcr_control end |
#pcr_pid ⇒ ::Integer
Returns the value of attribute pcr_pid.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def pcr_pid @pcr_pid end |
#pmt_interval ⇒ ::Integer
Returns the value of attribute pmt_interval.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def pmt_interval @pmt_interval end |
#pmt_pid ⇒ ::Integer
Returns the value of attribute pmt_pid.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def pmt_pid @pmt_pid end |
#private_metadata_pid ⇒ ::Integer
Returns the value of attribute private_metadata_pid.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def @private_metadata_pid end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def program_number @program_number end |
#pts_offset ⇒ ::Integer
Returns the value of attribute pts_offset.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def pts_offset @pts_offset end |
#pts_offset_mode ⇒ "AUTO", ...
Returns the value of attribute pts_offset_mode.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def pts_offset_mode @pts_offset_mode end |
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def scte_35_pid @scte_35_pid end |
#scte_35_source ⇒ "PASSTHROUGH", ...
Returns the value of attribute scte_35_source.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def scte_35_source @scte_35_source end |
#timed_metadata ⇒ "PASSTHROUGH", "NONE"
Returns the value of attribute timed_metadata.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def @timed_metadata end |
#timed_metadata_pid ⇒ ::Integer
Returns the value of attribute timed_metadata_pid.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def @timed_metadata_pid end |
#transport_stream_id ⇒ ::Integer
Returns the value of attribute transport_stream_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def transport_stream_id @transport_stream_id end |
#video_pid ⇒ ::Integer
Returns the value of attribute video_pid.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def video_pid @video_pid end |