Class: Aws::Types::LiveConnectorRTMPConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_channels ⇒ "Stereo", "Mono"

Returns the value of attribute audio_channels.

Returns:

  • ("Stereo", "Mono")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def url
  @url
end