Class: Aws::Types::GetHLSStreamingSessionURLInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_format"FRAGMENTED_MP4", "MPEG_TS"

Returns the value of attribute container_format.

Returns:

  • ("FRAGMENTED_MP4", "MPEG_TS")


90
91
92
# File 'sig/types.rbs', line 90

def container_format
  @container_format
end

#discontinuity_mode"ALWAYS", ...

Returns the value of attribute discontinuity_mode.

Returns:

  • ("ALWAYS", "NEVER", "ON_DISCONTINUITY")


91
92
93
# File 'sig/types.rbs', line 91

def discontinuity_mode
  @discontinuity_mode
end

#display_fragment_timestamp"ALWAYS", "NEVER"

Returns the value of attribute display_fragment_timestamp.

Returns:

  • ("ALWAYS", "NEVER")


92
93
94
# File 'sig/types.rbs', line 92

def display_fragment_timestamp
  @display_fragment_timestamp
end

#expires::Integer

Returns the value of attribute expires.

Returns:

  • (::Integer)


93
94
95
# File 'sig/types.rbs', line 93

def expires
  @expires
end

#hls_fragment_selectorTypes::HLSFragmentSelector

Returns the value of attribute hls_fragment_selector.



89
90
91
# File 'sig/types.rbs', line 89

def hls_fragment_selector
  @hls_fragment_selector
end

#max_media_playlist_fragment_results::Integer

Returns the value of attribute max_media_playlist_fragment_results.

Returns:

  • (::Integer)


94
95
96
# File 'sig/types.rbs', line 94

def max_media_playlist_fragment_results
  @max_media_playlist_fragment_results
end

#playback_mode"LIVE", ...

Returns the value of attribute playback_mode.

Returns:

  • ("LIVE", "LIVE_REPLAY", "ON_DEMAND")


88
89
90
# File 'sig/types.rbs', line 88

def playback_mode
  @playback_mode
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def stream_name
  @stream_name
end