KinesisVideoMediaClient
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
fun KinesisVideoMediaClient.withConfig(block: KinesisVideoMediaClient.Config.Builder.() -> Unit): KinesisVideoMediaClient
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.