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.

Settings for embedded captions Source

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.EmbeddedSourceSettings

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

Syntax

C#
public class EmbeddedSourceSettings

The EmbeddedSourceSettings type exposes the following members

Constructors

NameDescription
Public Method EmbeddedSourceSettings()

Properties

NameTypeDescription
Public Property Convert608To708 Amazon.MediaConvert.EmbeddedConvert608To708

Gets and sets the property Convert608To708. Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

Public Property Source608ChannelNumber System.Int32

Gets and sets the property Source608ChannelNumber. Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

Public Property Source608TrackNumber System.Int32

Gets and sets the property Source608TrackNumber. Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'.

Public Property TerminateCaptions Amazon.MediaConvert.EmbeddedTerminateCaptions

Gets and sets the property TerminateCaptions. By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

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