Class: Aws::Types::Segment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def encryption
  @encryption
end

#include_iframe_only_streamsBoolean

Returns the value of attribute include_iframe_only_streams.

Returns:

  • (Boolean)


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.

Returns:

  • ("PASSTHROUGH", "REBASED_TO_CHANNEL_START")


855
856
857
# File 'sig/types.rbs', line 855

def output_timestamp_mode
  @output_timestamp_mode
end

#scteTypes::Scte

Returns the value of attribute scte.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def segment_name
  @segment_name
end

#ts_include_dvb_subtitlesBoolean

Returns the value of attribute ts_include_dvb_subtitles.

Returns:

  • (Boolean)


852
853
854
# File 'sig/types.rbs', line 852

def ts_include_dvb_subtitles
  @ts_include_dvb_subtitles
end

#ts_use_audio_rendition_groupBoolean

Returns the value of attribute ts_use_audio_rendition_group.

Returns:

  • (Boolean)


850
851
852
# File 'sig/types.rbs', line 850

def ts_use_audio_rendition_group
  @ts_use_audio_rendition_group
end