AWS::MediaLive::Channel MsSmoothOutputSettings
Configuration of a Microsoft Smooth output.
The parent of this entity is OutputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "H265PackagingType" :
String
, "NameModifier" :String
}
YAML
H265PackagingType:
String
NameModifier:String
Properties
H265PackagingType
-
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
Required: No
Type: String
Update requires: No interruption
NameModifier
-
A string that is concatenated to the end of the destination file name. This is required for multiple outputs of the same type.
Required: No
Type: String
Update requires: No interruption