interface AncillaryCaptionSourceOptions
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.AncillaryCaptionSourceOptions |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#AncillaryCaptionSourceOptions |
Java | software.amazon.awscdk.services.medialive.alpha.AncillaryCaptionSourceOptions |
Python | aws_cdk.aws_medialive_alpha.AncillaryCaptionSourceOptions |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป AncillaryCaptionSourceOptions |
Options for an ancillary caption source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const ancillaryCaptionSourceOptions: medialive_alpha.AncillaryCaptionSourceOptions = {
sourceChannelNumber: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| source | number | The captions channel (1-4) to extract from the ancillary captions. |
sourceChannelNumber?
Type:
number
(optional, default: MediaLive ignores the channel (passthrough))
The captions channel (1-4) to extract from the ancillary captions.
Required when converting to another caption format; ignored when passing through as embedded.

.NET
Go
Java
Python
TypeScript (