Class: Aws::KinesisVideoArchivedMedia::Types::GetClipOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::GetClipOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The content type of the media in the requested clip.
-
#payload ⇒ IO
Traditional MP4 file that contains the media clip from the specified video stream.
Instance Attribute Details
#content_type ⇒ String
The content type of the media in the requested clip.
318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 318 class GetClipOutput < Struct.new( :content_type, :payload) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ IO
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].
[1]: docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html
318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 318 class GetClipOutput < Struct.new( :content_type, :payload) SENSITIVE = [] include Aws::Structure end |