interface AvailBlankingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.AvailBlankingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AvailBlankingProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.AvailBlankingProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.AvailBlankingProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » AvailBlankingProperty |
The configuration of ad avail blanking in the output.
The parent of this entity is EncoderSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const availBlankingProperty: medialive.CfnChannel.AvailBlankingProperty = {
availBlankingImage: {
passwordParam: 'passwordParam',
uri: 'uri',
username: 'username',
},
state: 'state',
};
Properties
Name | Type | Description |
---|---|---|
avail | IResolvable | Input | The blanking image to be used. |
state? | string | When set to enabled, the video, audio, and captions are blanked when insertion metadata is added. |
availBlankingImage?
Type:
IResolvable
|
Input
(optional)
The blanking image to be used.
Keep empty for solid black. Only .bmp and .png images are supported.
state?
Type:
string
(optional)
When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.