interface MediaStreamAttributesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnFlow.MediaStreamAttributesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_MediaStreamAttributesProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnFlow.MediaStreamAttributesProperty |
![]() | aws_cdk.aws_mediaconnect.CfnFlow.MediaStreamAttributesProperty |
![]() | aws-cdk-lib » aws_mediaconnect » CfnFlow » MediaStreamAttributesProperty |
Attributes that are related to the media stream.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const mediaStreamAttributesProperty: mediaconnect.CfnFlow.MediaStreamAttributesProperty = {
fmtp: {
channelOrder: 'channelOrder',
colorimetry: 'colorimetry',
exactFramerate: 'exactFramerate',
par: 'par',
range: 'range',
scanMode: 'scanMode',
tcs: 'tcs',
},
lang: 'lang',
};
Properties
Name | Type | Description |
---|---|---|
fmtp? | IResolvable | Fmtp | A set of parameters that define the media stream. |
lang? | string | The audio language, in a format that is recognized by the receiver. |
fmtp?
Type:
IResolvable
|
Fmtp
(optional)
A set of parameters that define the media stream.
lang?
Type:
string
(optional)
The audio language, in a format that is recognized by the receiver.