class M2tsAbsentInputAudioBehavior
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M2tsAbsentInputAudioBehavior |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M2tsAbsentInputAudioBehavior |
Java | software.amazon.awscdk.services.medialive.alpha.M2tsAbsentInputAudioBehavior |
Python | aws_cdk.aws_medialive_alpha.M2tsAbsentInputAudioBehavior |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M2tsAbsentInputAudioBehavior |
Behavior when the selected input audio stream is removed from the input.
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 m2tsAbsentInputAudioBehavior = medialive_alpha.M2tsAbsentInputAudioBehavior.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DROP | M2ts | Remove the output audio streams from the program. |
| static ENCODE_SILENCE | M2ts | Output encoded silence when not connected to an active input stream. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DROP
Type:
M2ts
Remove the output audio streams from the program.
static ENCODE_SILENCE
Type:
M2ts
Output encoded silence when not connected to an active input stream.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M2tsAbsentInputAudioBehavior
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (