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.

Audio Description

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.AudioDescription

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

Syntax

C#
public class AudioDescription

The AudioDescription type exposes the following members

Constructors

NameDescription
Public Method AudioDescription()

Properties

NameTypeDescription
Public Property AudioDashRoles System.Collections.Generic.List<System.String>

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

Public Property AudioNormalizationSettings Amazon.MediaLive.Model.AudioNormalizationSettings

Gets and sets the property AudioNormalizationSettings. Advanced audio normalization settings.

Public Property AudioSelectorName System.String

Gets and sets the property AudioSelectorName. The name of the AudioSelector used as the source for this AudioDescription.

Public Property AudioType Amazon.MediaLive.AudioType

Gets and sets the property AudioType. Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.

Public Property AudioTypeControl Amazon.MediaLive.AudioDescriptionAudioTypeControl

Gets and sets the property AudioTypeControl. Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output.Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.

Public Property AudioWatermarkingSettings Amazon.MediaLive.Model.AudioWatermarkSettings

Gets and sets the property AudioWatermarkingSettings. Settings to configure one or more solutions that insert audio watermarks in the audio encode

Public Property CodecSettings Amazon.MediaLive.Model.AudioCodecSettings

Gets and sets the property CodecSettings. Audio codec settings.

Public Property DvbDashAccessibility Amazon.MediaLive.DvbDashAccessibility

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

Public Property LanguageCode System.String

Gets and sets the property LanguageCode. RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.

Public Property LanguageCodeControl Amazon.MediaLive.AudioDescriptionLanguageCodeControl

Gets and sets the property LanguageCodeControl. Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.

Public Property Name System.String

Gets and sets the property Name. The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.

Public Property RemixSettings Amazon.MediaLive.Model.RemixSettings

Gets and sets the property RemixSettings. Settings that control how input audio channels are remixed into the output audio channels.

Public Property StreamName System.String

Gets and sets the property StreamName. Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).

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