class RtmpIncludeFillerNalUnits
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.RtmpIncludeFillerNalUnits |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#RtmpIncludeFillerNalUnits |
Java | software.amazon.awscdk.services.medialive.alpha.RtmpIncludeFillerNalUnits |
Python | aws_cdk.aws_medialive_alpha.RtmpIncludeFillerNalUnits |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป RtmpIncludeFillerNalUnits |
RTMP include filler NAL units.
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 rtmpIncludeFillerNalUnits = medialive_alpha.RtmpIncludeFillerNalUnits.AUTO;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AUTO | Rtmp | Auto. |
| static DROP | Rtmp | Drop. |
| static INCLUDE | Rtmp | Include. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AUTO
Type:
Rtmp
Auto.
static DROP
Type:
Rtmp
Drop.
static INCLUDE
Type:
Rtmp
Include.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): RtmpIncludeFillerNalUnits
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (