Class: Aws::Types::MediaStream
- Inherits:
-
Object
- Object
- Aws::Types::MediaStream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::MediaStreamAttributes
Returns the value of attribute attributes.
-
#clock_rate ⇒ ::Integer
Returns the value of attribute clock_rate.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fmt ⇒ ::Integer
Returns the value of attribute fmt.
-
#media_stream_id ⇒ ::Integer
Returns the value of attribute media_stream_id.
-
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
-
#media_stream_type ⇒ "video", ...
Returns the value of attribute media_stream_type.
-
#video_format ⇒ ::String
Returns the value of attribute video_format.
Instance Attribute Details
#attributes ⇒ Types::MediaStreamAttributes
Returns the value of attribute attributes.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def attributes @attributes end |
#clock_rate ⇒ ::Integer
Returns the value of attribute clock_rate.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def clock_rate @clock_rate end |
#description ⇒ ::String
Returns the value of attribute description.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def description @description end |
#fmt ⇒ ::Integer
Returns the value of attribute fmt.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def fmt @fmt end |
#media_stream_id ⇒ ::Integer
Returns the value of attribute media_stream_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def media_stream_id @media_stream_id end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def media_stream_name @media_stream_name end |
#media_stream_type ⇒ "video", ...
Returns the value of attribute media_stream_type.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def media_stream_type @media_stream_type end |
#video_format ⇒ ::String
Returns the value of attribute video_format.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def video_format @video_format end |