AWSKinesisVideoArchivedMediaGetImagesOutput
Objective-C
@interface AWSKinesisVideoArchivedMediaGetImagesOutput
Swift
class AWSKinesisVideoArchivedMediaGetImagesOutput
-
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIA
error will be listed in the output. If an error occurs while the image is being generated, theMEDIA_ERROR
will be listed in the output as the cause of the missing image.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoArchivedMediaImage *> *_Nullable images;
Swift
var images: [AWSKinesisVideoArchivedMediaImage]? { get set }
-
The encrypted token that was used in the request to get more images.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }