interface FmtpProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnFlow.FmtpProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_FmtpProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnFlow.FmtpProperty |
![]() | aws_cdk.aws_mediaconnect.CfnFlow.FmtpProperty |
![]() | aws-cdk-lib » aws_mediaconnect » CfnFlow » FmtpProperty |
A set of parameters that define 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 fmtpProperty: mediaconnect.CfnFlow.FmtpProperty = {
channelOrder: 'channelOrder',
colorimetry: 'colorimetry',
exactFramerate: 'exactFramerate',
par: 'par',
range: 'range',
scanMode: 'scanMode',
tcs: 'tcs',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The format of the audio channel. |
colorimetry? | string | The format used for the representation of color. |
exact | string | The frame rate for the video stream, in frames/second. |
par? | string | The pixel aspect ratio (PAR) of the video. |
range? | string | The encoding range of the video. |
scan | string | The type of compression that was used to smooth the video’s appearance. |
tcs? | string | The transfer characteristic system (TCS) that is used in the video. |
channelOrder?
Type:
string
(optional)
The format of the audio channel.
colorimetry?
Type:
string
(optional)
The format used for the representation of color.
exactFramerate?
Type:
string
(optional)
The frame rate for the video stream, in frames/second.
For example: 60000/1001.
par?
Type:
string
(optional)
The pixel aspect ratio (PAR) of the video.
range?
Type:
string
(optional)
The encoding range of the video.
scanMode?
Type:
string
(optional)
The type of compression that was used to smooth the video’s appearance.
tcs?
Type:
string
(optional)
The transfer characteristic system (TCS) that is used in the video.