You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideoArchivedMedia::Types::GetClipOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type of the media in the requested clip.

Returns:

  • (String)

    The content type of the media in the requested clip.

#payloadIO

Traditional MP4 file that contains the media clip from the specified video stream. The output will contain the first 100 MB or the first 200 fragments from the specified start timestamp. For more information, see Kinesis Video Streams Limits.

Returns:

  • (IO)

    Traditional MP4 file that contains the media clip from the specified video stream.