interface MediaPackageOutputSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.MediaPackageOutputSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MediaPackageOutputSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.MediaPackageOutputSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.MediaPackageOutputSettingsProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » MediaPackageOutputSettingsProperty |
The settings for a MediaPackage 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 mediaPackageOutputSettingsProperty: medialive.CfnChannel.MediaPackageOutputSettingsProperty = {
mediaPackageV2DestinationSettings: {
audioGroupId: 'audioGroupId',
audioRenditionSets: 'audioRenditionSets',
hlsAutoSelect: 'hlsAutoSelect',
hlsDefault: 'hlsDefault',
},
};
Properties
Name | Type | Description |
---|---|---|
media | IResolvable | Media |
mediaPackageV2DestinationSettings?
Type:
IResolvable
|
Media
(optional)