KinesisVideoMediaClient

Properties

Link copied to clipboard
abstract override val config: KinesisVideoMediaClient.Config

KinesisVideoMediaClient's configuration

Functions

Link copied to clipboard
abstract suspend fun <T> getMedia(input: GetMediaRequest, block: suspend (GetMediaResponse) -> T): T

Use this API to retrieve media content from a Kinesis video stream. In the request, you identify the stream name or stream Amazon Resource Name (ARN), and the starting chunk. Kinesis Video Streams then returns a stream of chunks in order by fragment number.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.