Class: Aws::Types::LiveConnectorRTMPConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LiveConnectorRTMPConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_channels ⇒ "Stereo", "Mono"
Returns the value of attribute audio_channels.
-
#audio_sample_rate ⇒ ::String
Returns the value of attribute audio_sample_rate.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#audio_channels ⇒ "Stereo", "Mono"
Returns the value of attribute audio_channels.
510 511 512 |
# File 'sig/types.rbs', line 510 def audio_channels @audio_channels end |
#audio_sample_rate ⇒ ::String
Returns the value of attribute audio_sample_rate.
511 512 513 |
# File 'sig/types.rbs', line 511 def audio_sample_rate @audio_sample_rate end |
#url ⇒ ::String
Returns the value of attribute url.
509 510 511 |
# File 'sig/types.rbs', line 509 def url @url end |