interface UdpGroupSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.UdpGroupSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.UdpGroupSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.UdpGroupSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » UdpGroupSettingsProperty |
The configuration of a UDP output group.
The parent of this entity is OutputGroupSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const udpGroupSettingsProperty: medialive.CfnChannel.UdpGroupSettingsProperty = {
inputLossAction: 'inputLossAction',
timedMetadataId3Frame: 'timedMetadataId3Frame',
timedMetadataId3Period: 123,
};
Properties
Name | Type | Description |
---|---|---|
input | string | Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available. |
timed | string | Indicates the ID3 frame that has the timecode. |
timed | number | The timed metadata interval in seconds. |
inputLossAction?
Type:
string
(optional)
Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.
When dropTs is selected, the entire transport stream stops emitting. When dropProgram is selected, the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or when emitProgram is selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.
timedMetadataId3Frame?
Type:
string
(optional)
Indicates the ID3 frame that has the timecode.
timedMetadataId3Period?
Type:
number
(optional)
The timed metadata interval in seconds.