aws-cdk-lib.aws_medialive.CfnChannel.MsSmoothOutputSettingsProperty

interface MsSmoothOutputSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.MsSmoothOutputSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MsSmoothOutputSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.MsSmoothOutputSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.MsSmoothOutputSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » MsSmoothOutputSettingsProperty

Configuration of a Microsoft Smooth output.

The parent of this entity is OutputSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const msSmoothOutputSettingsProperty: medialive.CfnChannel.MsSmoothOutputSettingsProperty = {
  h265PackagingType: 'h265PackagingType',
  nameModifier: 'nameModifier',
};

Properties

NameTypeDescription
h265PackagingType?stringOnly applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
nameModifier?stringA string that is concatenated to the end of the destination file name.

h265PackagingType?

Type: string (optional)

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.


nameModifier?

Type: string (optional)

A string that is concatenated to the end of the destination file name.

This is required for multiple outputs of the same type.