HlsOutputSettings
public struct HlsOutputSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
Declaration
Swift
public let h265PackagingType: HlsH265PackagingType? -
Settings regarding the underlying stream. These settings are different for audio-only outputs.
Declaration
Swift
public let hlsSettings: HlsSettings -
String concatenated to the end of the destination filename. Accepts \“Format Identifiers\”:#formatIdentifierParameters.
Declaration
Swift
public let nameModifier: String? -
String concatenated to end of segment filenames.
Declaration
Swift
public let segmentModifier: String? -
Undocumented
Declaration
Swift
public init(h265PackagingType: HlsH265PackagingType? = nil, hlsSettings: HlsSettings, nameModifier: String? = nil, segmentModifier: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HlsOutputSettings Structure Reference