AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies a particular video stream within an input source. An input may have only a single video selector.

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.VideoSelector

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class VideoSelector

The VideoSelector type exposes the following members

Constructors

NameDescription
Public Method VideoSelector()

Properties

NameTypeDescription
Public Property ColorSpace Amazon.MediaLive.VideoSelectorColorSpace

Gets and sets the property ColorSpace. Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.

Public Property ColorSpaceSettings Amazon.MediaLive.Model.VideoSelectorColorSpaceSettings

Gets and sets the property ColorSpaceSettings. Color space settings

Public Property ColorSpaceUsage Amazon.MediaLive.VideoSelectorColorSpaceUsage

Gets and sets the property ColorSpaceUsage. Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be 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.

Public Property SelectorSettings Amazon.MediaLive.Model.VideoSelectorSettings

Gets and sets the property SelectorSettings. The video selector settings.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5