AWSKinesisVideoArchivedMediaGetMediaForFragmentListInput
Objective-C
@interface AWSKinesisVideoArchivedMediaGetMediaForFragmentListInput
Swift
class AWSKinesisVideoArchivedMediaGetMediaForFragmentListInput
-
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable fragments;
Swift
var fragments: [String]? { get set }
-
The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media. Specify either this parameter or the
StreamName
parameter.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream from which to retrieve fragment media. Specify either this parameter or the
StreamARN
parameter.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }