Class: Aws::Types::Segment
- Inherits:
-
Object
- Object
- Aws::Types::Segment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#include_iframe_only_streams ⇒ Boolean
Returns the value of attribute include_iframe_only_streams.
-
#output_timestamp_mode ⇒ "PASSTHROUGH", "REBASED_TO_CHANNEL_START"
Returns the value of attribute output_timestamp_mode.
-
#scte ⇒ Types::Scte
Returns the value of attribute scte.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
-
#ts_include_dvb_subtitles ⇒ Boolean
Returns the value of attribute ts_include_dvb_subtitles.
-
#ts_use_audio_rendition_group ⇒ Boolean
Returns the value of attribute ts_use_audio_rendition_group.
Instance Attribute Details
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
854 855 856 |
# File 'sig/types.rbs', line 854 def encryption @encryption end |
#include_iframe_only_streams ⇒ Boolean
Returns the value of attribute include_iframe_only_streams.
851 852 853 |
# File 'sig/types.rbs', line 851 def include_iframe_only_streams @include_iframe_only_streams end |
#output_timestamp_mode ⇒ "PASSTHROUGH", "REBASED_TO_CHANNEL_START"
Returns the value of attribute output_timestamp_mode.
855 856 857 |
# File 'sig/types.rbs', line 855 def @output_timestamp_mode end |
#scte ⇒ Types::Scte
Returns the value of attribute scte.
853 854 855 |
# File 'sig/types.rbs', line 853 def scte @scte end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
848 849 850 |
# File 'sig/types.rbs', line 848 def segment_duration_seconds @segment_duration_seconds end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
849 850 851 |
# File 'sig/types.rbs', line 849 def segment_name @segment_name end |
#ts_include_dvb_subtitles ⇒ Boolean
Returns the value of attribute ts_include_dvb_subtitles.
852 853 854 |
# File 'sig/types.rbs', line 852 def ts_include_dvb_subtitles @ts_include_dvb_subtitles end |
#ts_use_audio_rendition_group ⇒ Boolean
Returns the value of attribute ts_use_audio_rendition_group.
850 851 852 |
# File 'sig/types.rbs', line 850 def ts_use_audio_rendition_group @ts_use_audio_rendition_group end |