StandardHlsSettings
public struct StandardHlsSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ‘,’.
Declaration
Swift
public let audioRenditionSets: String?
-
Undocumented
Declaration
Swift
public let m3u8Settings: M3u8Settings
-
Undocumented
Declaration
Swift
public init(audioRenditionSets: String? = nil, m3u8Settings: M3u8Settings)
-
Declaration
Swift
public func validate(name: String) throws