AudioMetadata
public struct AudioMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The audio codec used to encode or decode the audio stream.
Declaration
Swift
public let codec: String?
-
The duration of the audio stream in milliseconds.
Declaration
Swift
public let durationMillis: Int64?
-
The number of audio channels in the segement.
Declaration
Swift
public let numberOfChannels: Int64?
-
The sample rate for the audio stream.
Declaration
Swift
public let sampleRate: Int64?
-
Undocumented
Declaration
Swift
public init(codec: String? = nil, durationMillis: Int64? = nil, numberOfChannels: Int64? = nil, sampleRate: Int64? = nil)