AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Udp Group Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.UdpGroupSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class UdpGroupSettings

The UdpGroupSettings type exposes the following members

Constructors

NameDescription
Public Method UdpGroupSettings()

Properties

NameTypeDescription
Public Property InputLossAction Amazon.MediaLive.InputLossActionForUdpOut

Gets and sets the property InputLossAction. Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. 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 chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.

Public Property TimedMetadataId3Frame Amazon.MediaLive.UdpTimedMetadataId3Frame

Gets and sets the property TimedMetadataId3Frame. Indicates ID3 frame that has the timecode.

Public Property TimedMetadataId3Period System.Int32

Gets and sets the property TimedMetadataId3Period. Timed Metadata interval in seconds.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5