AWSKinesisVideoUpdateStreamInput
Objective-C
@interface AWSKinesisVideoUpdateStreamInputSwift
class AWSKinesisVideoUpdateStreamInput- 
                  
                  The version of the stream whose metadata you want to update. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable currentVersion;Swift var currentVersion: String? { get set }
- 
                  
                  The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable deviceName;Swift var deviceName: String? { get set }
- 
                  
                  The stream’s media type. Use MediaTypeto specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to specify theMediaType, see Naming Requirements.To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify video/h264as theMediaType.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable mediaType;Swift var mediaType: String? { get set }
- 
                  
                  The ARN of the stream whose metadata you want to update. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable streamARN;Swift var streamARN: String? { get set }
- 
                  
                  The name of the stream whose metadata you want to update. The stream name is an identifier for the stream, and must be unique for each account and region. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable streamName;Swift var streamName: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSKinesisVideoUpdateStreamInput Class Reference
        AWSKinesisVideoUpdateStreamInput Class Reference