Class CfnChannel.VideoSelectorProperty
Information about the video to extract from the input. An input can contain only one video selector.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VideoSelectorProperty : Object, CfnChannel.IVideoSelectorProperty
Syntax (vb)
Public Class VideoSelectorProperty
Inherits Object
Implements CfnChannel.IVideoSelectorProperty
Remarks
The parent of this entity is InputSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var videoSelectorProperty = new VideoSelectorProperty {
ColorSpace = "colorSpace",
ColorSpaceSettings = new VideoSelectorColorSpaceSettingsProperty {
Hdr10Settings = new Hdr10SettingsProperty {
MaxCll = 123,
MaxFall = 123
}
},
ColorSpaceUsage = "colorSpaceUsage",
SelectorSettings = new VideoSelectorSettingsProperty {
VideoSelectorPid = new VideoSelectorPidProperty {
Pid = 123
},
VideoSelectorProgramId = new VideoSelectorProgramIdProperty {
ProgramId = 123
}
}
};
Synopsis
Constructors
Video |
Properties
Color |
Specifies the color space of an input. |
Color |
Settings to configure color space settings in the incoming video. |
Color |
Applies only if colorSpace is a value other than Follow. |
Selector |
Information about the video to select from the content. |
Constructors
VideoSelectorProperty()
public VideoSelectorProperty()
Properties
ColorSpace
Specifies the color space of an input.
public string ColorSpace { get; set; }
Property Value
System.
Remarks
This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
ColorSpaceSettings
Settings to configure color space settings in the incoming video.
public object ColorSpaceSettings { get; set; }
Property Value
System.
Remarks
ColorSpaceUsage
Applies only if colorSpace is a value other than Follow.
public string ColorSpaceUsage { get; set; }
Property Value
System.
Remarks
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
Information about the video to select from the content.
public object SelectorSettings { get; set; }
Property Value
System.