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_MEDIAerror will be listed in the output. If an error occurs while the image is being generated, theMEDIA_ERRORwill 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 }
View on GitHub
Install in Dash
AWSKinesisVideoArchivedMediaGetImagesOutput Class Reference