Id3Insertion
public struct Id3Insertion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
Declaration
Swift
public let id3: String?
-
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
Declaration
Swift
public let timecode: String?
-
Undocumented
Declaration
Swift
public init(id3: String? = nil, timecode: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws