class MsSmoothSegmentationMode
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.MsSmoothSegmentationMode |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#MsSmoothSegmentationMode |
Java | software.amazon.awscdk.services.medialive.alpha.MsSmoothSegmentationMode |
Python | aws_cdk.aws_medialive_alpha.MsSmoothSegmentationMode |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป MsSmoothSegmentationMode |
MS Smooth segmentation mode.
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 msSmoothSegmentationMode = medialive_alpha.MsSmoothSegmentationMode.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static USE_INPUT_SEGMENTATION | Ms | Use input segmentation. |
| static USE_SEGMENT_DURATION | Ms | Use segment duration. |
value
Type:
string
The underlying string value passed to CloudFormation.
static USE_INPUT_SEGMENTATION
Type:
Ms
Use input segmentation.
static USE_SEGMENT_DURATION
Type:
Ms
Use segment duration.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): MsSmoothSegmentationMode
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (