VideoMetadata
public struct VideoMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Type of compression used in the analyzed video.
Declaration
Swift
public let codec: String? -
Length of the video in milliseconds.
Declaration
Swift
public let durationMillis: Int64? -
Format of the analyzed video. Possible values are MP4, MOV and AVI.
Declaration
Swift
public let format: String? -
Vertical pixel dimension of the video.
Declaration
Swift
public let frameHeight: Int64? -
Number of frames per second in the video.
Declaration
Swift
public let frameRate: Float? -
Horizontal pixel dimension of the video.
Declaration
Swift
public let frameWidth: Int64? -
Undocumented
Declaration
Swift
public init(codec: String? = nil, durationMillis: Int64? = nil, format: String? = nil, frameHeight: Int64? = nil, frameRate: Float? = nil, frameWidth: Int64? = nil)
View on GitHub
VideoMetadata Structure Reference