Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamSourceRuntimeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamSourceRuntimeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The runtime configuration settings for the Kinesis video stream source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_encoding ⇒ String
Specifies the encoding of your input audio.
-
#media_sample_rate ⇒ Integer
The sample rate of the input audio (in hertz).
-
#streams ⇒ Array<Types::StreamConfiguration>
The streams in the source runtime configuration of a Kinesis video stream.
Instance Attribute Details
#media_encoding ⇒ String
Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see [Media formats] in the *Amazon Transcribe Developer Guide*.
[1]: docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio
1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1786 class KinesisVideoStreamSourceRuntimeConfiguration < Struct.new( :streams, :media_encoding, :media_sample_rate) SENSITIVE = [] include Aws::Structure end |
#media_sample_rate ⇒ Integer
The sample rate of the input audio (in hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.
Valid Range: Minimum value of 8000. Maximum value of 48000.
1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1786 class KinesisVideoStreamSourceRuntimeConfiguration < Struct.new( :streams, :media_encoding, :media_sample_rate) SENSITIVE = [] include Aws::Structure end |
#streams ⇒ Array<Types::StreamConfiguration>
The streams in the source runtime configuration of a Kinesis video stream.
1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1786 class KinesisVideoStreamSourceRuntimeConfiguration < Struct.new( :streams, :media_encoding, :media_sample_rate) SENSITIVE = [] include Aws::Structure end |