Class: Aws::Types::TransportStream
- Inherits:
-
Object
- Object
- Aws::Types::TransportStream
- 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.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
-
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
Instance Attribute Details
#channels ⇒ ::Integer
Returns the value of attribute channels.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def channels @channels end |
#codec ⇒ ::String
Returns the value of attribute codec.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def codec @codec end |
#frame_rate ⇒ ::String
Returns the value of attribute frame_rate.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def frame_rate @frame_rate end |
#frame_resolution ⇒ Types::FrameResolution
Returns the value of attribute frame_resolution.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def frame_resolution @frame_resolution end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def pid @pid end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def sample_rate @sample_rate end |
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def sample_size @sample_size end |
#stream_type ⇒ ::String
Returns the value of attribute stream_type.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def stream_type @stream_type end |