interface MssManifestProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaPackage.CfnPackagingConfiguration.MssManifestProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnPackagingConfiguration_MssManifestProperty |
Java | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.MssManifestProperty |
Python | aws_cdk.aws_mediapackage.CfnPackagingConfiguration.MssManifestProperty |
TypeScript | aws-cdk-lib » aws_mediapackage » CfnPackagingConfiguration » MssManifestProperty |
Parameters for a Microsoft Smooth manifest.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const mssManifestProperty: mediapackage.CfnPackagingConfiguration.MssManifestProperty = {
manifestName: 'manifestName',
streamSelection: {
maxVideoBitsPerSecond: 123,
minVideoBitsPerSecond: 123,
streamOrder: 'streamOrder',
},
};
Properties
Name | Type | Description |
---|---|---|
manifest | string | A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration. |
stream | IResolvable | Stream | Video bitrate limitations for outputs from this packaging configuration. |
manifestName?
Type:
string
(optional)
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.
streamSelection?
Type:
IResolvable
|
Stream
(optional)
Video bitrate limitations for outputs from this packaging configuration.