interface EmbeddedSourceSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.EmbeddedSourceSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_EmbeddedSourceSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.EmbeddedSourceSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.EmbeddedSourceSettingsProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » EmbeddedSourceSettingsProperty |
Information about the embedded captions to extract from the input.
The parent of this entity is CaptionSelectorSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const embeddedSourceSettingsProperty: medialive.CfnChannel.EmbeddedSourceSettingsProperty = {
convert608To708: 'convert608To708',
scte20Detection: 'scte20Detection',
source608ChannelNumber: 123,
source608TrackNumber: 123,
};
Properties
Name | Type | Description |
---|---|---|
convert608 | string | If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. |
scte20 | string | Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions. |
source608 | number | Specifies the 608/708 channel number within the video track from which to extract captions. |
source608 | number | This field is unused and deprecated. |
convert608To708?
Type:
string
(optional)
If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
If 708 data is present in the source content, it is discarded.
scte20Detection?
Type:
string
(optional)
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
source608ChannelNumber?
Type:
number
(optional)
Specifies the 608/708 channel number within the video track from which to extract captions.
This is unused for passthrough.
source608TrackNumber?
Type:
number
(optional)
This field is unused and deprecated.