Class: Aws::Types::NdiMediaStreamInfo
- Inherits:
-
Object
- Object
- Aws::Types::NdiMediaStreamInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#frame_rate ⇒ ::String
Returns the value of attribute frame_rate.
-
#frame_resolution ⇒ Types::FrameResolution
Returns the value of attribute frame_resolution.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#scan_mode ⇒ "progressive", ...
Returns the value of attribute scan_mode.
-
#stream_id ⇒ ::Integer
Returns the value of attribute stream_id.
-
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
Instance Attribute Details
#channels ⇒ ::Integer
Returns the value of attribute channels.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def channels @channels end |
#codec ⇒ ::String
Returns the value of attribute codec.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def codec @codec end |
#frame_rate ⇒ ::String
Returns the value of attribute frame_rate.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def frame_rate @frame_rate end |
#frame_resolution ⇒ Types::FrameResolution
Returns the value of attribute frame_resolution.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def frame_resolution @frame_resolution end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def sample_rate @sample_rate end |
#scan_mode ⇒ "progressive", ...
Returns the value of attribute scan_mode.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def scan_mode @scan_mode end |
#stream_id ⇒ ::Integer
Returns the value of attribute stream_id.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def stream_id @stream_id end |
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def stream_type @stream_type end |