GetClipOutput
public struct GetClipOutput : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content type of the media in the requested clip.
Declaration
Swift
public let contentType: String?
-
Traditional MP4 file that contains the media clip from the specified video stream. The output will contain the first 100 MB or the first 200 fragments from the specified start timestamp. For more information, see Kinesis Video Streams Limits.
Declaration
Swift
public let payload: Data?
-
Undocumented
Declaration
Swift
public init(contentType: String? = nil, payload: Data? = nil)