class SubgopLength
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.SubgopLength |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#SubgopLength |
Java | software.amazon.awscdk.services.medialive.alpha.SubgopLength |
Python | aws_cdk.aws_medialive_alpha.SubgopLength |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป SubgopLength |
Sub-GOP length 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 subgopLength = medialive_alpha.SubgopLength.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DYNAMIC | Subgop | Dynamic โ let MediaLive optimize B-frames per sub-GOP. |
| static FIXED | Subgop | Fixed โ use gopNumBFrames in each sub-GOP. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DYNAMIC
Type:
Subgop
Dynamic โ let MediaLive optimize B-frames per sub-GOP.
static FIXED
Type:
Subgop
Fixed โ use gopNumBFrames in each sub-GOP.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): SubgopLength
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (