AWSKinesisVideoUpdateImageGenerationConfigurationInput
Objective-C
@interface AWSKinesisVideoUpdateImageGenerationConfigurationInput
Swift
class AWSKinesisVideoUpdateImageGenerationConfigurationInput
-
The structure that contains the information required for the KVS images delivery. If the 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 }
-
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation configuration. You must specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream from which to update the image generation configuration. You must specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }