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.

Caption Description

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.CaptionDescription

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

Syntax

C#
public class CaptionDescription

The CaptionDescription type exposes the following members

Constructors

NameDescription
Public Method CaptionDescription()

Properties

NameTypeDescription
Public Property Accessibility Amazon.MediaLive.AccessibilityType

Gets and sets the property Accessibility. Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds. This signaling is added to HLS output group and MediaPackage output group.

Public Property CaptionDashRoles System.Collections.Generic.List<System.String>

Gets and sets the property CaptionDashRoles. Identifies the DASH roles to assign to this captions output. Applies only when the captions output is configured for DVB DASH accessibility signaling.

Public Property CaptionSelectorName System.String

Gets and sets the property CaptionSelectorName. Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.

Public Property DestinationSettings Amazon.MediaLive.Model.CaptionDestinationSettings

Gets and sets the property DestinationSettings. Additional settings for captions destination that depend on the destination type.

Public Property DvbDashAccessibility Amazon.MediaLive.DvbDashAccessibility

Gets and sets the property DvbDashAccessibility. Identifies DVB DASH accessibility signaling in this captions output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.

Public Property LanguageCode System.String

Gets and sets the property LanguageCode. ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/

Public Property LanguageDescription System.String

Gets and sets the property LanguageDescription. Human readable information to indicate captions available for players (eg. English, or Spanish).

Public Property Name System.String

Gets and sets the property Name. Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.

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