class H265Deblocking
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.H265Deblocking |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#H265Deblocking |
Java | software.amazon.awscdk.services.medialive.alpha.H265Deblocking |
Python | aws_cdk.aws_medialive_alpha.H265Deblocking |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป H265Deblocking |
H.265 deblocking filter.
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 h265Deblocking = medialive_alpha.H265Deblocking.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | H265 | Disabled. |
| static ENABLED | H265 | Enabled. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
H265
Disabled.
static ENABLED
Type:
H265
Enabled.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): H265Deblocking
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (