class H264ForceFieldPictures
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.H264ForceFieldPictures |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#H264ForceFieldPictures |
Java | software.amazon.awscdk.services.medialive.alpha.H264ForceFieldPictures |
Python | aws_cdk.aws_medialive_alpha.H264ForceFieldPictures |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป H264ForceFieldPictures |
H.264 force field pictures.
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 h264ForceFieldPictures = medialive_alpha.H264ForceFieldPictures.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | H264 | Disabled โ let encoder decide. |
| static ENABLED | H264 | Enabled โ force coding on a field basis. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
H264
Disabled โ let encoder decide.
static ENABLED
Type:
H264
Enabled โ force coding on a field basis.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): H264ForceFieldPictures
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (