KinesisVideoStreamSourceRuntimeConfiguration - Amazon Chime SDK

KinesisVideoStreamSourceRuntimeConfiguration

The runtime configuration settings for the Kinesis video stream source.

Contents

MediaEncoding

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.

Type: String

Valid Values: pcm

Required: Yes

MediaSampleRate

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.

Type: Integer

Valid Range: Minimum value of 8000. Maximum value of 48000.

Required: Yes

Streams

The streams in the source runtime configuration of a Kinesis video stream.

Type: Array of StreamConfiguration objects

Array Members: Minimum number of 1 item. Maximum number of 2 items.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: