AWS::MediaLive::Channel AudioPidSelection - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaLive::Channel AudioPidSelection

Used to extract audio by The PID.

The parent of this entity is AudioSelectorSettings.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Pid" : Integer, "Pids" : [ AudioPid, ... ] }

YAML

Pid: Integer Pids: - AudioPid

Properties

Pid

Select the audio by this PID.

Required: No

Type: Integer

Update requires: No interruption

Pids

Selects one or more unique packet identifiers (PIDs) from within a source. When using PIDs, you can specify per-PID audio pre-mixer settings.

Required: No

Type: Array of AudioPid

Update requires: No interruption