AWS::MediaLive::Channel MsSmoothOutputSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel MsSmoothOutputSettings

Configuration of a Microsoft Smooth output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your Amazon 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