AWSKinesisVideoDescribeImageGenerationConfigurationOutput
Objective-C
@interface AWSKinesisVideoDescribeImageGenerationConfigurationOutput
Swift
class AWSKinesisVideoDescribeImageGenerationConfigurationOutput
-
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoImageGenerationConfiguration *_Nullable imageGenerationConfiguration;
Swift
var imageGenerationConfiguration: AWSKinesisVideoImageGenerationConfiguration? { get set }