class Scte20Detection
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Scte20Detection |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Scte20Detection |
Java | software.amazon.awscdk.services.medialive.alpha.Scte20Detection |
Python | aws_cdk.aws_medialive_alpha.Scte20Detection |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Scte20Detection |
SCTE-20 detection mode for an embedded 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 scte20Detection = medialive_alpha.Scte20Detection.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AUTO | Scte20 | Handle streams with intermittent or non-aligned SCTE-20 and embedded captions. |
| static OFF | Scte20 | Do not detect SCTE-20 captions. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AUTO
Type:
Scte20
Handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
static OFF
Type:
Scte20
Do not detect SCTE-20 captions.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Scte20Detection
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (