AWSKinesisVideoArchivedMediaGetClipOutput

Objective-C

@interface AWSKinesisVideoArchivedMediaGetClipOutput

Swift

class AWSKinesisVideoArchivedMediaGetClipOutput
  • The content type of the media in the requested clip.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contentType;

    Swift

    var contentType: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSData *_Nullable payload;

    Swift

    var payload: Data? { get set }