class LookAheadRateControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.LookAheadRateControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#LookAheadRateControl |
Java | software.amazon.awscdk.services.medialive.alpha.LookAheadRateControl |
Python | aws_cdk.aws_medialive_alpha.LookAheadRateControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป LookAheadRateControl |
Lookahead rate control.
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 lookAheadRateControl = medialive_alpha.LookAheadRateControl.HIGH;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static HIGH | Look | High โ better quality, more latency and memory. |
| static LOW | Look | Low โ less latency and memory. |
| static MEDIUM | Look | Medium. |
value
Type:
string
The underlying string value passed to CloudFormation.
static HIGH
Type:
Look
High โ better quality, more latency and memory.
static LOW
Type:
Look
Low โ less latency and memory.
static MEDIUM
Type:
Look
Medium.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): LookAheadRateControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (