interface VideoSelectorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.VideoSelectorProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorProperty |
Python | aws_cdk.aws_medialive.CfnChannel.VideoSelectorProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » VideoSelectorProperty |
Information about the video to extract from the input. An input can contain only one video selector.
The parent of this entity is InputSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const videoSelectorProperty: medialive.CfnChannel.VideoSelectorProperty = {
colorSpace: 'colorSpace',
colorSpaceSettings: {
hdr10Settings: {
maxCll: 123,
maxFall: 123,
},
},
colorSpaceUsage: 'colorSpaceUsage',
selectorSettings: {
videoSelectorPid: {
pid: 123,
},
videoSelectorProgramId: {
programId: 123,
},
},
};
Properties
Name | Type | Description |
---|---|---|
color | string | Specifies the color space of an input. |
color | IResolvable | Video | Settings to configure color space settings in the incoming video. |
color | string | Applies only if colorSpace is a value other than Follow. |
selector | IResolvable | Video | Information about the video to select from the content. |
colorSpace?
Type:
string
(optional)
Specifies the color space of an input.
This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
colorSpaceSettings?
Type:
IResolvable
|
Video
(optional)
Settings to configure color space settings in the incoming video.
colorSpaceUsage?
Type:
string
(optional)
Applies only if colorSpace is a value other than Follow.
This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.
selectorSettings?
Type:
IResolvable
|
Video
(optional)
Information about the video to select from the content.