/AWS1/CL_CHPKINESISVIDEOSTRM00¶
The runtime configuration settings for the Kinesis video stream source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_streams TYPE /AWS1/CL_CHPSTREAMCONF=>TT_STREAMS TT_STREAMS¶
The streams in the source runtime configuration of a Kinesis video stream.
iv_mediaencoding TYPE /AWS1/CHPMEDIAENCODING /AWS1/CHPMEDIAENCODING¶
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.
iv_mediasamplerate TYPE /AWS1/CHPMEDIASAMPLERATEHERTZ /AWS1/CHPMEDIASAMPLERATEHERTZ¶
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.
Queryable Attributes¶
Streams¶
The streams in the source runtime configuration of a Kinesis video stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMS() |
Getter for STREAMS, with configurable default |
ASK_STREAMS() |
Getter for STREAMS w/ exceptions if field has no value |
HAS_STREAMS() |
Determine if STREAMS has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAENCODING() |
Getter for MEDIAENCODING, with configurable default |
ASK_MEDIAENCODING() |
Getter for MEDIAENCODING w/ exceptions if field has no value |
HAS_MEDIAENCODING() |
Determine if MEDIAENCODING has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIASAMPLERATE() |
Getter for MEDIASAMPLERATE, with configurable default |
ASK_MEDIASAMPLERATE() |
Getter for MEDIASAMPLERATE w/ exceptions if field has no val |
HAS_MEDIASAMPLERATE() |
Determine if MEDIASAMPLERATE has a value |