AWSKinesisVideoArchivedMediaGetClipInput
Objective-C
@interface AWSKinesisVideoArchivedMediaGetClipInput
                Swift
class AWSKinesisVideoArchivedMediaGetClipInput
                - 
                  
                  
The time range of the requested clip and the source of the timestamps.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoArchivedMediaClipFragmentSelector *_Nullable clipFragmentSelector;Swift
var clipFragmentSelector: AWSKinesisVideoArchivedMediaClipFragmentSelector? { get set } - 
                  
                  
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;Swift
var streamARN: String? { get set } - 
                  
                  
The name of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;Swift
var streamName: String? { get set } 
View on GitHub
Install in Dash
        AWSKinesisVideoArchivedMediaGetClipInput Class Reference