MsSmoothOutputSettings
public struct MsSmoothOutputSettings : 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: MsSmoothH265PackagingType?
-
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
Declaration
Swift
public let nameModifier: String?
-
Undocumented
Declaration
Swift
public init(h265PackagingType: MsSmoothH265PackagingType? = nil, nameModifier: String? = nil)